about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabián Heredia Montiel <fabianhjr@protonmail.com>2023-03-31 09:29:36 -0600
committerFabián Heredia Montiel <fabianhjr@protonmail.com>2023-03-31 09:38:09 -0600
commit7f1608165b14ef8d825c716330f44e93bc870719 (patch)
tree2a6003caf36635ad69ae934afdd22d7e69a4ec9e
parent3d02a041ba2e62f49c5dd67dce0ea9bfd3d9a32e (diff)
linux: 6.1.21 -> 6.1.22
-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 dedef194a00c5..ddc381166091d 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.21";
+  version = "6.1.22";
 
   # 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 = "0fnr2pw4pi0vnkpv8hfipya09cgdz6ghks7p6vdl2d71dawb2g5k";
+    sha256 = "1a7xkjqj13q5dgk1gml27kdzs381p0z203alamd0wkgprr0r3s1b";
   };
 } // (args.argsOverride or { }))