diff options
| author | Maximilian Bosch <maximilian@mbosch.me> | 2022-04-28 12:13:22 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-04-29 07:12:39 +0000 |
| commit | ac5a478a621dd2953c242c25667f7b8b64c7b1e0 (patch) | |
| tree | 580179f0269a28933262db6881132117b29087c1 | |
| parent | linux: 5.10.112 -> 5.10.113 (diff) | |
| download | nixpkgs-ac5a478a621dd2953c242c25667f7b8b64c7b1e0.tar.gz | |
linux: 5.15.35 -> 5.15.36
(cherry picked from commit fd748205fac8960c7b10d6c1ab1fcd6b394e8d89)
| -rw-r--r-- | pkgs/os-specific/linux/kernel/linux-5.15.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-5.15.nix b/pkgs/os-specific/linux/kernel/linux-5.15.nix index f5b1033c0fd6..5f0ba39e20b4 100644 --- a/pkgs/os-specific/linux/kernel/linux-5.15.nix +++ b/pkgs/os-specific/linux/kernel/linux-5.15.nix @@ -3,7 +3,7 @@ with lib; buildLinux (args // rec { - version = "5.15.35"; + version = "5.15.36"; # modDirVersion needs to be x.y.z, will automatically add .0 if needed modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg; @@ -13,6 +13,6 @@ buildLinux (args // rec { src = fetchurl { url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; - sha256 = "1n05c4c4ish25x483a2p5177zgda8pq7g4752n1b7chfygi5l6ha"; + sha256 = "1466557034q1fzvpy8vwj8ps3cv2q8s7z76af9y1jz4kgaqmsd1n"; }; } // (args.argsOverride or { })) |
