Skip to content

Commit

Permalink
linux: 5.8-rc6 -> 5.8-rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jul 28, 2020
1 parent 5a845cd commit 931c554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-testing.nix
Expand Up @@ -3,15 +3,15 @@
with stdenv.lib;

buildLinux (args // rec {
version = "5.8-rc6";
version = "5.8-rc7";
extraMeta.branch = "5.8";

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

src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "0nlbp28rxi48qhwd04bf7v3pcgf5g3cgijdsn9sqkwkmaj855r47";
sha256 = "1v6ch9lwbckmv66w6ysj24ap41pfxq55ssrfkg0qyz2pv0mc1rxc";
};

# Should the testing kernels ever be built on Hydra?
Expand Down

0 comments on commit 931c554

Please sign in to comment.