summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2022-04-28 12:13:52 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-04-29 07:12:39 +0000
commit434e6f4a00587465069eff2e6dad59d9e7365dbe (patch)
treec3578d6b275e4520060baf6abda7a1e5048d67e0
parentlinux: 5.17.4 -> 5.17.5 (diff)
downloadnixpkgs-434e6f4a00587465069eff2e6dad59d9e7365dbe.tar.gz
linux: 5.4.190 -> 5.4.191
(cherry picked from commit 156229222ead25832517fc723571949b81c7ea5c)
-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 2376538fbe27..073d0ef77054 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.190";
+ version = "5.4.191";
# 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 = "157ifcl59xxj721r302hg82vmbqzx5hjrlihrc5s4maxfw3ygm41";
+ sha256 = "0fharjqasvq76pciwci6qamdadpfjh2n8gdyri8fj65drmgsi318";
};
} // (args.argsOverride or {}))