Merge pull request #230678 from alyssais/linux-6.4-rc1

linux_testing: 6.3-rc7 -> 6.4-rc1
This commit is contained in:
Ryan Lahfa 2023-05-08 16:15:23 +02:00 committed by GitHub
commit 6d69f3e3e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "6.3-rc7";
version = "6.4-rc1";
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-fCfjWJlFN3YZPRmvO1sL1kcYj+dSSuj+n00qowUZ9GI=";
hash = "sha256-ayKzQNYfm8UjGZc8fy6sJF8xnkTxCCKpDv2TwdtKuKo=";
};
# Should the testing kernels ever be built on Hydra?