about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-09-12 12:38:02 +0000
committerTredwellGit <tredwell@tutanota.com>2021-09-12 12:38:02 +0000
commitbe590b86e26f9144e7c2719650c57772bb797ed9 (patch)
treef13d6f689ffb5f1b889d87563fca94e2602545ff
parentb81ac24356c60e63c7daccedf278c500f1ca5179 (diff)
downloadnixlib-be590b86e26f9144e7c2719650c57772bb797ed9.tar
nixlib-be590b86e26f9144e7c2719650c57772bb797ed9.tar.gz
nixlib-be590b86e26f9144e7c2719650c57772bb797ed9.tar.bz2
nixlib-be590b86e26f9144e7c2719650c57772bb797ed9.tar.lz
nixlib-be590b86e26f9144e7c2719650c57772bb797ed9.tar.xz
nixlib-be590b86e26f9144e7c2719650c57772bb797ed9.tar.zst
nixlib-be590b86e26f9144e7c2719650c57772bb797ed9.zip
linux: 5.4.144 -> 5.4.145
-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 ea8cf7042a24..4d01f1a7e618 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.144";
+  version = "5.4.145";
 
   # 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 = "11aqp12xwbg7ysac3f9iaxwkhvasdg9bw4r43jj8af5bf61bjhxw";
+    sha256 = "1yb8vk5sbnyswylkpqw5i4n9cmnmlrfmbrnmy3nif579q8p7ixsw";
   };
 } // (args.argsOverride or {}))