linux_testing: 6.3-rc5 -> 6.3-rc6

This commit is contained in:
Alyssa Ross 2023-04-12 12:36:36 +00:00
parent 116a0fb6c1
commit 0ee82f8ab4

View file

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "6.3-rc5";
version = "6.3-rc6";
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-HKKDSOK45jT5vUaE3xd7nlxRgy1fw9xXBhqrICy/12Y=";
hash = "sha256-AXgHjWuGt2XQHVS7d/o9IbohfxHp9grtuYp5+EumlH4=";
};
# Should the testing kernels ever be built on Hydra?