about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2022-03-27 10:33:52 +0000
committerTredwellGit <tredwell@tutanota.com>2022-03-27 10:33:52 +0000
commitbc04900afa1eef46fbfc1b1cef8ca0194b269c39 (patch)
tree9b5f75e7aabd3cf89f4bfe5d2bac909385b555b5 /pkgs/os-specific
parent0cbdca520de04ca16a6c2b5b76ce0ee72f2ba970 (diff)
downloadnixlib-bc04900afa1eef46fbfc1b1cef8ca0194b269c39.tar
nixlib-bc04900afa1eef46fbfc1b1cef8ca0194b269c39.tar.gz
nixlib-bc04900afa1eef46fbfc1b1cef8ca0194b269c39.tar.bz2
nixlib-bc04900afa1eef46fbfc1b1cef8ca0194b269c39.tar.lz
nixlib-bc04900afa1eef46fbfc1b1cef8ca0194b269c39.tar.xz
nixlib-bc04900afa1eef46fbfc1b1cef8ca0194b269c39.tar.zst
nixlib-bc04900afa1eef46fbfc1b1cef8ca0194b269c39.zip
linux: 5.4.186 -> 5.4.187
Diffstat (limited to 'pkgs/os-specific')
-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 {}))