lol

linux_testing: 6.3-rc1 -> 6.3-rc5

Switched to fetchzip because the tarball is dynamically generated by
cgit.

+4 -4
+4 -4
pkgs/os-specific/linux/kernel/linux-testing.nix
··· 1 - { lib, buildPackages, fetchurl, perl, buildLinux, nixosTests, ... } @ args: 1 + { lib, buildPackages, fetchzip, perl, buildLinux, nixosTests, ... } @ args: 2 2 3 3 with lib; 4 4 5 5 buildLinux (args // rec { 6 - version = "6.3-rc1"; 6 + version = "6.3-rc5"; 7 7 extraMeta.branch = lib.versions.majorMinor version; 8 8 9 9 # modDirVersion needs to be x.y.z, will always add .0 10 10 modDirVersion = versions.pad 3 version; 11 11 12 - src = fetchurl { 12 + src = fetchzip { 13 13 url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz"; 14 - hash = "sha256-oZhG9dYlRthT4TbRNuJ+/Kw/mRuGTIu2E9Dw5ge+xCo="; 14 + hash = "sha256-HKKDSOK45jT5vUaE3xd7nlxRgy1fw9xXBhqrICy/12Y="; 15 15 }; 16 16 17 17 # Should the testing kernels ever be built on Hydra?