diff options
| author | Tim Steinbach <tim@nequissimus.com> | 2021-09-09 06:38:05 -0400 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-09-10 12:05:22 +0000 |
| commit | a79fc9eb0740964bebd49e5be392fc627673c9be (patch) | |
| tree | 69bccba93c79e57be9a570be6a68d28c3f74c63b | |
| parent | linux: 5.13.14 -> 5.13.15 (diff) | |
| download | nixpkgs-origin/backport-137187-to-release-21.05.tar.gz | |
linux: 5.14.1 -> 5.14.2origin/backport-137187-to-release-21.05
(cherry picked from commit af1cc206a2018de2022a15166f06d8f3948d8456)
| -rw-r--r-- | pkgs/os-specific/linux/kernel/linux-5.14.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-5.14.nix b/pkgs/os-specific/linux/kernel/linux-5.14.nix index a16b35f55cbf..95f232e68f05 100644 --- a/pkgs/os-specific/linux/kernel/linux-5.14.nix +++ b/pkgs/os-specific/linux/kernel/linux-5.14.nix @@ -3,7 +3,7 @@ with lib; buildLinux (args // rec { - version = "5.14.1"; + version = "5.14.2"; # 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 = "1iq8s031fviccc4710biwl7gxqdimm3nhlvxd0m3fykvhhmcanq0"; + sha256 = "05yw3i2c21dabdn5khyk60ds4h8krg5iyxk4zq1msv0igdfqf6gl"; }; } // (args.argsOverride or { })) |
