about summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-08-11 14:02:34 +0300
committerK900 <me@0upti.me>2023-08-11 14:02:34 +0300
commit40fc15bbf7b1d0b3e3a0739d0bfe639ae993bfd5 (patch)
treeb5f2c308a548880212a8893c1441b835ec100b43 /pkgs/os-specific/linux
parentae84d2bbfa50cea4cfd94032310bfd9d6c1cfd6d (diff)
linux: 6.1.44 -> 6.1.45
Diffstat (limited to 'pkgs/os-specific/linux')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-6.1.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-6.1.nix b/pkgs/os-specific/linux/kernel/linux-6.1.nix
index 92692d57af03d..3b796e510a817 100644
--- a/pkgs/os-specific/linux/kernel/linux-6.1.nix
+++ b/pkgs/os-specific/linux/kernel/linux-6.1.nix
@@ -3,7 +3,7 @@
 with lib;
 
 buildLinux (args // rec {
-  version = "6.1.44";
+  version = "6.1.45";
 
   # modDirVersion needs to be x.y.z, will automatically add .0 if needed
   modDirVersion = versions.pad 3 version;
@@ -13,6 +13,6 @@ buildLinux (args // rec {
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v6.x/linux-${version}.tar.xz";
-    sha256 = "19d1fdvdp8lc5mvlcawd8hcpzjh7pdr5gq6fczhjl20xw4gx8l9f";
+    sha256 = "14piy4cwv18a0yqp4gkrvr51z4zccyhab29n9ybxinkxdqwl68xx";
   };
 } // (args.argsOverride or { }))