Skip to content

Commit

Permalink
linux: 4.17-rc1 -> 4.17-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Apr 24, 2018
1 parent 6a8b577 commit 93324db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/kernel/linux-testing.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ stdenv, buildPackages, hostPlatform, fetchurl, perl, buildLinux, libelf, utillinux, ... } @ args:

buildLinux (args // rec {
version = "4.17-rc1";
modDirVersion = "4.17.0-rc1";
version = "4.17-rc2";
modDirVersion = "4.17.0-rc2";
extraMeta.branch = "4.17";

src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "0a3lrax6f8f98lj65aawpqkzkmxcl2x4h20kr0cr7wf0jvpnn5y3";
sha256 = "1z4kl25x8m498wicbzhx21kvksp63ab8l2s0nfxf7fwj7dd13cld";
};

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

0 comments on commit 93324db

Please sign in to comment.