linux_testing: 5.19-rc -> 6.0-rc1

This commit is contained in:
Bernardo Meurer 2022-08-16 11:40:10 -04:00
parent 6023139cd8
commit 676abbfc9b
No known key found for this signature in database
GPG key ID: F4C0D53B8D14C246

View file

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.19-rc5";
version = "6.0-rc1";
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-eqBbQBZaqexgx6m3jAoU/0HWAdHbAuT3slZWMZhrht0=";
sha256 = "sha256-RReHoEYavib86K9XQKwguBYQvyQboRl7537p69P8ca0=";
};
# Should the testing kernels ever be built on Hydra?