summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2022-09-12 14:53:43 -0300
committerBernardo Meurer <bernardo@meurer.org>2022-09-12 14:53:43 -0300
commitc619f9ca0415b4b43dc2f9c51cef10ff18e700b2 (patch)
treed8802948eaa8624003fc0512f3092813d81fb2ce /pkgs/os-specific
parent5f326e2a403e1cebaec378e72ceaf5725983376d (diff)
downloadnixpkgs-c619f9ca0415b4b43dc2f9c51cef10ff18e700b2.tar
nixpkgs-c619f9ca0415b4b43dc2f9c51cef10ff18e700b2.tar.gz
nixpkgs-c619f9ca0415b4b43dc2f9c51cef10ff18e700b2.tar.bz2
nixpkgs-c619f9ca0415b4b43dc2f9c51cef10ff18e700b2.tar.lz
nixpkgs-c619f9ca0415b4b43dc2f9c51cef10ff18e700b2.tar.xz
nixpkgs-c619f9ca0415b4b43dc2f9c51cef10ff18e700b2.tar.zst
nixpkgs-c619f9ca0415b4b43dc2f9c51cef10ff18e700b2.zip
linuxKernel.kernels.linux_testing: 6.0-rc1 -> 6.0-rc5
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-testing.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-testing.nix b/pkgs/os-specific/linux/kernel/linux-testing.nix
index a4304e9e936..3d07fd3175b 100644
--- a/pkgs/os-specific/linux/kernel/linux-testing.nix
+++ b/pkgs/os-specific/linux/kernel/linux-testing.nix
@@ -3,7 +3,7 @@
 with lib;
 
 buildLinux (args // rec {
-  version = "6.0-rc1";
+  version = "6.0-rc5";
   extraMeta.branch = lib.versions.majorMinor version;
 
   # modDirVersion needs to be x.y.z, will always add .0
@@ -11,7 +11,7 @@ buildLinux (args // rec {
 
   src = fetchurl {
     url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
-    sha256 = "sha256-RReHoEYavib86K9XQKwguBYQvyQboRl7537p69P8ca0=";
+    hash = "sha256-GELU1ZEOM5gGUJxG54JoiI9qLQXJ2Cd/kyOLcp0AWgc=";
   };
 
   # Should the testing kernels ever be built on Hydra?