Merge pull request #248330 from RaitoBezarius/update/linux-testing

linux_testing: 6.5-rc3 -> 6.5-rc5
This commit is contained in:
Franz Pletz
2023-08-10 15:37:49 +02:00
committed by GitHub
@@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "6.5-rc3";
version = "6.5-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 = fetchzip {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
hash = "sha256-z4y4eNkY458rxebey3eCG0CUDLJP9oQETVlH8Av3Lhs=";
hash = "sha256-7QNXBuk1jMCdUFWeu5P0j1nwL5PQgBFhlFYbKzj/k6E=";
};
# Should the testing kernels ever be built on Hydra?