Skip to content

Commit

Permalink
linux: 5.4-rc4 -> 5.4-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Oct 29, 2019
1 parent a3d3864 commit 9d3687f
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.4-rc4";
version = "5.4-rc5";
extraMeta.branch = "5.4";

# 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 = "0f0qnk9x1drd0vgawfr1nyr77pm8j00fqjij8qs45b69c1l8bx5i";
sha256 = "0047f1vq93cq9qa0550dnilci0qxy4ygc6brhcr6xbwqakglwr18";
};

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

0 comments on commit 9d3687f

Please sign in to comment.