Skip to content

Commit

Permalink
linux: 4.14-rc6 -> 4.14-rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Oct 30, 2017
1 parent d898713 commit 70f35a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/kernel/linux-testing.nix
@@ -1,13 +1,13 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.14-rc6";
modDirVersion = "4.14.0-rc6";
version = "4.14-rc7";
modDirVersion = "4.14.0-rc7";
extraMeta.branch = "4.14";

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

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

0 comments on commit 70f35a9

Please sign in to comment.