linux_testing: 6.1-rc8 -> 6.2-rc2

This commit is contained in:
Bernardo Meurer 2023-01-04 12:43:29 -03:00
parent 05912cd5a4
commit 2af7e9a30b
No known key found for this signature in database

View file

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "6.1-rc8";
version = "6.2-rc2";
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";
hash = "sha256-YQYxNWZ7HmF3z5M88S8I8tjOaglNYWFtCGlGbDttx64=";
hash = "sha256-QRmOwtoGG2uNCNcAIAltrCT7zaD2V+RNe3bjHGn5+ts=";
};
# Should the testing kernels ever be built on Hydra?