diff options
| author | TredwellGit <tredwell@tutanota.com> | 2022-01-27 11:48:18 +0000 |
|---|---|---|
| committer | Jonathan Ringer <jonringer@users.noreply.github.com> | 2022-01-27 17:11:26 -0800 |
| commit | 10fb4415dc6d9075a3fbcd5c7215a51536f4a84a (patch) | |
| tree | 727807c37577c0a237a12022f32abeca6f289112 | |
| parent | linux: 5.10.93 -> 5.10.94 (diff) | |
| download | nixpkgs-10fb4415dc6d9075a3fbcd5c7215a51536f4a84a.tar.gz | |
linux: 5.15.16 -> 5.15.17
(cherry picked from commit 532ede5712e4640d4d11348259d93fff68cfef03)
| -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 607521af1385..336ee4149ac7 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.16"; + version = "5.15.17"; # 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 = "150pzxra564z9xaaclmbbd29x4x9il8y78zz7szi50lzx0a0l2ms"; + sha256 = "1pmbf3xin533z4jpqj8p733ii5zk0k36v4cpzl14k62rrk0gb1r7"; }; } // (args.argsOverride or { })) |
