diff options
| author | Maximilian Bosch <maximilian@mbosch.me> | 2022-05-26 17:17:42 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-05-26 22:52:28 +0000 |
| commit | b48f65909c90c939f609e90de64c2bb26d6a3d90 (patch) | |
| tree | 9c8ce0c787808e91f17522410c4ecd717825ca71 | |
| parent | Merge pull request #174780 from NixOS/backport-174623-to-release-21.11 (diff) | |
| download | nixpkgs-b48f65909c90c939f609e90de64c2bb26d6a3d90.tar.gz | |
linux: 4.14.280 -> 4.14.281
(cherry picked from commit f2e1f34e4c258e6a41768113252fea6a35d8d30f)
| -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 4c4d7c932450..bfed578429ef 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.280"; + version = "4.14.281"; # 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 = "01jr0f7mq919s7xxvv8sc1mg6isc1ggij33l2s0n6jvykm23ghrr"; + sha256 = "0pivb1m2cwqnlm8bhd4ccnlq9pwp2r5lmn77gp91k6vbjv3gkqis"; }; } // (args.argsOverride or {})) |
