linux_testing: 6.4-rc6 -> 6.4-rc7

https://lwn.net/Articles/935082/
This commit is contained in:
Raito Bezarius 2023-06-22 18:29:52 +02:00
parent f18eea4fb3
commit 4fa45e4278

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "6.4-rc6";
version = "6.4-rc7";
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 = fetchzip {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
hash = "sha256-gJSVjuYoA5k7XuxRirS/ac770ZfXqIUvI7BUPwxvN1g=";
hash = "sha256-UDhLrKe8yMvmWbS19Xt1G3SQpAUWyKrfV3v1MJ5Vep8=";
};
# Should the testing kernels ever be built on Hydra?