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 e467148 commit 24c18f1Copy full SHA for 24c18f1
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.9-rc1";
+ version = "5.9-rc2";
7
extraMeta.branch = "5.9";
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 = "08x6s4wydbrr4rqq3zfxq6qmnha4ikn7m9rmdqd42hmxl2ynqxla";
+ sha256 = "0mdh6gsd305kcgfqzyfgl5m886asjm5030ahg63gyias3ywzn5wd";
15
};
16
17
# Should the testing kernels ever be built on Hydra?
0 commit comments