Skip to content

Commit

Permalink
linux: 5.6-rc3 -> 5.6-rc5
Browse files Browse the repository at this point in the history
(cherry picked from commit cd167a0)
  • Loading branch information
NeQuissimus authored and bjornfor committed Jun 20, 2020
1 parent 7dabe08 commit 3328c69
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-rc3";
version = "5.6-rc5";
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 = "1w265k9rspg9rkmay6cy6r1rxy4javpj1f6ify4jc3zpwqmp4ymk";
sha256 = "0ys4wdv1rf9vshras1n6syy2pgg8kv50f27nprfzhrllni044whr";
};

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

0 comments on commit 3328c69

Please sign in to comment.