Skip to content

Commit 931c554

Browse files
committed
linux: 5.8-rc6 -> 5.8-rc7
1 parent 5a845cd commit 931c554

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.8-rc6";
6+
version = "5.8-rc7";
77
extraMeta.branch = "5.8";
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 = "0nlbp28rxi48qhwd04bf7v3pcgf5g3cgijdsn9sqkwkmaj855r47";
14+
sha256 = "1v6ch9lwbckmv66w6ysj24ap41pfxq55ssrfkg0qyz2pv0mc1rxc";
1515
};
1616

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

0 commit comments

Comments
 (0)