summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2022-03-27 10:33:52 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-03-27 14:29:43 +0000
commitf192b5180c90f5359324912f6497fc73905f7513 (patch)
tree7518f3b8e35b7f7634a83c3cef8a105b44797c8e
parentc1fc3779497e73a8e440be6199f78c605528a38a (diff)
linux: 5.4.186 -> 5.4.187
(cherry picked from commit bc04900afa1eef46fbfc1b1cef8ca0194b269c39)
-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 b89585585882..a58d0aa8daed 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.186";
+ version = "5.4.187";
# 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 = "1f9rigm58miq5s98bx7pvylqi9hlzlfnq1nrj4cd8f4arcjcvxv1";
+ sha256 = "1f57x6dqipj0kdcgii8qydbdsaq0w484g2wwgw1pi1dgyarkv7hq";
};
} // (args.argsOverride or {}))