linuxKernel.kernels.linux_testing: 6.0-rc1 -> 6.0-rc5

This commit is contained in:
Bernardo Meurer 2022-09-12 14:53:43 -03:00
parent 5f326e2a40
commit c619f9ca04
No known key found for this signature in database

View File

@ -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?