Loading pkgs/os-specific/linux/kernel/linux-testing.nix +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ with lib; buildLinux (args // rec { version = "6.4-rc1"; version = "6.4-rc2"; extraMeta.branch = lib.versions.majorMinor version; # modDirVersion needs to be x.y.z, will always add .0 Loading @@ -11,7 +11,7 @@ buildLinux (args // rec { src = fetchzip { url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz"; hash = "sha256-ayKzQNYfm8UjGZc8fy6sJF8xnkTxCCKpDv2TwdtKuKo="; hash = "sha256-CQwSN5LQxGO900QLMAXcjGhB2o+6rZgXHQ+gCJtVaeU="; }; # Should the testing kernels ever be built on Hydra? Loading Loading
pkgs/os-specific/linux/kernel/linux-testing.nix +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ with lib; buildLinux (args // rec { version = "6.4-rc1"; version = "6.4-rc2"; extraMeta.branch = lib.versions.majorMinor version; # modDirVersion needs to be x.y.z, will always add .0 Loading @@ -11,7 +11,7 @@ buildLinux (args // rec { src = fetchzip { url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz"; hash = "sha256-ayKzQNYfm8UjGZc8fy6sJF8xnkTxCCKpDv2TwdtKuKo="; hash = "sha256-CQwSN5LQxGO900QLMAXcjGhB2o+6rZgXHQ+gCJtVaeU="; }; # Should the testing kernels ever be built on Hydra? Loading