Skip to content

Commit 24c18f1

Browse files
committed
linux: 5.9-rc1 -> 5.9-rc2
1 parent e467148 commit 24c18f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/os-specific/linux/kernel/linux-testing.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
with stdenv.lib;
44

55
buildLinux (args // rec {
6-
version = "5.9-rc1";
6+
version = "5.9-rc2";
77
extraMeta.branch = "5.9";
88

99
# modDirVersion needs to be x.y.z, will always add .0
1010
modDirVersion = if (modDirVersionArg == null) then builtins.replaceStrings ["-"] [".0-"] version else modDirVersionArg;
1111

1212
src = fetchurl {
1313
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
14-
sha256 = "08x6s4wydbrr4rqq3zfxq6qmnha4ikn7m9rmdqd42hmxl2ynqxla";
14+
sha256 = "0mdh6gsd305kcgfqzyfgl5m886asjm5030ahg63gyias3ywzn5wd";
1515
};
1616

1717
# Should the testing kernels ever be built on Hydra?

0 commit comments

Comments
 (0)