linux_testing: 5.15-rc6 -> 5.19-rc5

This commit is contained in:
matthewcroughan 2022-07-08 22:39:51 +01:00 committed by Alyssa Ross
parent c579a819ae
commit 01d57f09ee

View file

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