Skip to content

Commit

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

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

0 comments on commit 62c2df4

Please sign in to comment.