Skip to content

Commit

Permalink
linux: 5.5-rc5 -> 5.5-rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jan 14, 2020
1 parent 1801241 commit 7184df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-testing.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
with stdenv.lib;

buildLinux (args // rec {
version = "5.5-rc5";
version = "5.5-rc6";
extraMeta.branch = "5.5";

# 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 = "0h5ks0c0pdl0awiysqja6ky5ykhjcdicc01wi01wzhjklq9j0lmq";
sha256 = "0y4rsxynn0qprrsxy4v5vr4ihhavn43yqqp1qfrrxsfw15djncc2";
};

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

0 comments on commit 7184df6

Please sign in to comment.