summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Marshall <andrew@johnandrewmarshall.com>2022-06-10 14:18:26 -0400
committerMaximilian Bosch <maximilian@mbosch.me>2022-06-16 12:23:11 +0200
commit35ea12e57e3d39358c7095e0662e1109c030b59b (patch)
tree968b2a720ecf6f806c683e3d640c9e8e1f263bff
parentlinux: 5.17.11 -> 5.17.14 (diff)
downloadnixpkgs-35ea12e57e3d39358c7095e0662e1109c030b59b.tar.gz
linux: 5.4.196 -> 5.4.197
(cherry picked from commit 45a098de80741473ce865f8c091d828a629fd33f)
-rw-r--r--pkgs/os-specific/linux/kernel/linux-5.4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-5.4.nix b/pkgs/os-specific/linux/kernel/linux-5.4.nix
index b2d9a81d0f8b..0fa70aaa0869 100644
--- a/pkgs/os-specific/linux/kernel/linux-5.4.nix
+++ b/pkgs/os-specific/linux/kernel/linux-5.4.nix
@@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
- version = "5.4.196";
+ version = "5.4.197";
# 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 = "1x5irgki792f21hm5146xary0260cl9r475kvw8vm9w32vyx18ig";
+ sha256 = "1a1nzrx873vwlpm018l6rk19yh59badvwsknw3chbkbhzjrigbf2";
};
} // (args.argsOverride or {}))