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

linux_testing: 6.3-rc7 -> 6.4-rc1

authored by Ryan Lahfa and committed by GitHub 6d69f3e3 332b56b4

+2 -2
+2 -2
pkgs/os-specific/linux/kernel/linux-testing.nix
··· 3 3 with lib; 4 4 5 5 buildLinux (args // rec { 6 - version = "6.3-rc7"; 6 + version = "6.4-rc1"; 7 7 extraMeta.branch = lib.versions.majorMinor version; 8 8 9 9 # modDirVersion needs to be x.y.z, will always add .0 ··· 11 11 12 12 src = fetchzip { 13 13 url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz"; 14 - hash = "sha256-fCfjWJlFN3YZPRmvO1sL1kcYj+dSSuj+n00qowUZ9GI="; 14 + hash = "sha256-ayKzQNYfm8UjGZc8fy6sJF8xnkTxCCKpDv2TwdtKuKo="; 15 15 }; 16 16 17 17 # Should the testing kernels ever be built on Hydra?