Skip to content

Commit

Permalink
linux: 5.7-rc3 -> 5.7-rc4
Browse files Browse the repository at this point in the history
(cherry picked from commit b6456e5)
  • Loading branch information
NeQuissimus authored and bjornfor committed Jun 21, 2020
1 parent 760436a commit 392f8e1
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.7-rc3";
version = "5.7-rc4";
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 = "0gq4bdzz2px85l3fa9dq3jh3lp4c9kgph4njq6yxf9g3h0ifq7c6";
sha256 = "1mnknjiax24iaj9n5k0s55vp6fvmb40s931qxj24v5p1lc5fznvb";
};

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

0 comments on commit 392f8e1

Please sign in to comment.