summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-05-25 09:03:02 +0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-05-26 09:07:29 +0000
commit457cf1d2819346c92e96ce53e725d39bf50b6bf8 (patch)
tree7a5aec9e9d33714f890b1c7557368c319b8ea609 /pkgs/os-specific
parentc2f8c299fa3928d605b692aaf207f8bd3f509a6c (diff)
linux: 6.1.29 -> 6.1.30
(cherry picked from commit 669156c282bbf723509ebce9a65bbb86673ef457)
Diffstat (limited to 'pkgs/os-specific')
-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 22a46666cd00c..1bdb9aac5cf1f 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.29";
+  version = "6.1.30";
 
   # 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 = "1yzwp0496j63c6lhvsni1ynr8b2cpn552pli3nd3fdk0pp4nqwqy";
+    sha256 = "04w8c2j3gfxmn3gc270cmqsxcyp8nm7mi5l268jwpg4yrb259whv";
   };
 } // (args.argsOverride or { }))