We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a845cd commit 931c554Copy full SHA for 931c554
1 file changed
pkgs/os-specific/linux/kernel/linux-testing.nix
@@ -3,15 +3,15 @@
3
with stdenv.lib;
4
5
buildLinux (args // rec {
6
- version = "5.8-rc6";
+ version = "5.8-rc7";
7
extraMeta.branch = "5.8";
8
9
# modDirVersion needs to be x.y.z, will always add .0
10
modDirVersion = if (modDirVersionArg == null) then builtins.replaceStrings ["-"] [".0-"] version else modDirVersionArg;
11
12
src = fetchurl {
13
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
14
- sha256 = "0nlbp28rxi48qhwd04bf7v3pcgf5g3cgijdsn9sqkwkmaj855r47";
+ sha256 = "1v6ch9lwbckmv66w6ysj24ap41pfxq55ssrfkg0qyz2pv0mc1rxc";
15
};
16
17
# Should the testing kernels ever be built on Hydra?
0 commit comments