Skip to content

Commit

Permalink
linux_testing: 5.6-rc7 -> 5.7-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <aseipp@pobox.com>
(cherry picked from commit d403911)
  • Loading branch information
thoughtpolice authored and bjornfor committed Jun 20, 2020
1 parent 61e1b66 commit 48c7203
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/kernel/linux-testing.nix
Expand Up @@ -3,15 +3,15 @@
with stdenv.lib;

buildLinux (args // rec {
version = "5.6-rc7";
extraMeta.branch = "5.6";
version = "5.7-rc2";
extraMeta.branch = "5.7";

# 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 = "0wv3ipfm970y2pyadwn5g7hd9bj117qk8jl8sdhrasbsy1p8936i";
sha256 = "06h7lrif84gyzblrdgg4cirsr2v69sdbymwkk89nr3gc87hnjlvs";
};

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

0 comments on commit 48c7203

Please sign in to comment.