Skip to content

Commit

Permalink
linux: 5.6-rc1 -> 5.6-rc2
Browse files Browse the repository at this point in the history
(cherry picked from commit 3f448f0)
  • Loading branch information
NeQuissimus authored and bjornfor committed Jun 20, 2020
1 parent 5bc4048 commit 87a110f
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.6-rc1";
version = "5.6-rc2";
extraMeta.branch = "5.6";

# 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 = "1ir7mdzxrin7k6a7ldfmpl9bbapkr99l3pd07dv8589vcrd43zlh";
sha256 = "1b3ds8dv5rc9f4c3czj689dxbl8lyrmnfk6ywa51h9vx3lsd5jrp";
};

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

0 comments on commit 87a110f

Please sign in to comment.