Skip to content

Commit

Permalink
linux: 4.14-rc5 -> 4.14-rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Oct 23, 2017
1 parent 124e462 commit 4ea79d3
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-rc5";
modDirVersion = "4.14.0-rc5";
version = "4.14-rc6";
modDirVersion = "4.14.0-rc6";
extraMeta.branch = "4.14";

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

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

0 comments on commit 4ea79d3

Please sign in to comment.