summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2022-05-19 17:51:59 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-05-19 22:32:03 +0000
commit9def96eb65dfe5ef2d9febc282c68f171511e088 (patch)
tree95255ca5aec8f6c0ba263673ae3e747beee19089
parentlinux: 5.17.7 -> 5.17.9 (diff)
downloadnixpkgs-9def96eb65dfe5ef2d9febc282c68f171511e088.tar.gz
linux: 5.4.193 -> 5.4.195
(cherry picked from commit d56829b5febff16f60880244b6a6e9244769c2fa)
-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 4f23f695afe7..1d5bbc07832f 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.193";
+ version = "5.4.195";
# 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 = "187jfk9hf52n5z9yv56vq1knp3kdcbyk5w5k98ziwcbdjm1x65hd";
+ sha256 = "078380qhds2jwfmrchna6p27wpfb74pvnj4xiyc5k38gysfmnbzj";
};
} // (args.argsOverride or {}))