diff options
| author | Andrew Marshall <andrew@johnandrewmarshall.com> | 2022-06-10 14:18:11 -0400 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-06-12 17:57:50 +0000 |
| commit | 826924de96f7041986c4e30a6f121ac3d7b29b91 (patch) | |
| tree | 79e557310d24a995d8c1db5bd9ef0b47c014a4f4 | |
| parent | Merge pull request #177418 from NixOS/backport-177415-to-release-22.05 (diff) | |
| download | nixpkgs-826924de96f7041986c4e30a6f121ac3d7b29b91.tar.gz | |
linux: 4.14.281 -> 4.14.282
(cherry picked from commit deaf61dab10a18898bc38065ae760bbfd20240e2)
| -rw-r--r-- | pkgs/os-specific/linux/kernel/linux-4.14.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-4.14.nix b/pkgs/os-specific/linux/kernel/linux-4.14.nix index bfed578429ef..4ee7bae77633 100644 --- a/pkgs/os-specific/linux/kernel/linux-4.14.nix +++ b/pkgs/os-specific/linux/kernel/linux-4.14.nix @@ -3,7 +3,7 @@ with lib; buildLinux (args // rec { - version = "4.14.281"; + version = "4.14.282"; # 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/v4.x/linux-${version}.tar.xz"; - sha256 = "0pivb1m2cwqnlm8bhd4ccnlq9pwp2r5lmn77gp91k6vbjv3gkqis"; + sha256 = "18sp2qvk8dkjrlxwf4d470282m9wyvhajvyys9vs94rh1i3whdv6"; }; } // (args.argsOverride or {})) |
