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:08 +0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-05-26 09:07:29 +0000
commitb8237ed368c4523fed662728008a0a55735ea636 (patch)
tree20f340d4be2d4dcf929eb34d30aae8f3aa9d443e /pkgs/os-specific
parent457cf1d2819346c92e96ce53e725d39bf50b6bf8 (diff)
linux: 6.3.3 -> 6.3.4
(cherry picked from commit fe5ff41bc8a753039e80aaad8e7f68ec46bbd430)
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-6.3.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-6.3.nix b/pkgs/os-specific/linux/kernel/linux-6.3.nix
index 61b294c3c5df6..c57a265cffd44 100644
--- a/pkgs/os-specific/linux/kernel/linux-6.3.nix
+++ b/pkgs/os-specific/linux/kernel/linux-6.3.nix
@@ -3,7 +3,7 @@
 with lib;
 
 buildLinux (args // rec {
-  version = "6.3.3";
+  version = "6.3.4";
 
   # 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 = "1ra4kr9bp1s9d7amvz6ik1q3chwps5lysn37b28770pfdim22xc9";
+    sha256 = "1s385fvhpzzlh97gv1dj82p52w0fdsjga7hbs03ycfkbxll7aqnq";
   };
 } // (args.argsOverride or { }))