Skip to content

Commit

Permalink
linux: 5.5-rc7 -> 5.6-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Feb 13, 2020
1 parent 315d3e5 commit 25f706b
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.5-rc7";
extraMeta.branch = "5.5";
version = "5.6-rc1";
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 = "10fjk4bw73x5xpb4q83ngni7slw489wdxhdwmyrkfqqy5chgm290";
sha256 = "1ir7mdzxrin7k6a7ldfmpl9bbapkr99l3pd07dv8589vcrd43zlh";
};

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

0 comments on commit 25f706b

Please sign in to comment.