Skip to content

Commit

Permalink
linux: 4.14-rc2 -> 4.14-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Oct 2, 2017
1 parent f72e323 commit 1e85d28
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-rc2";
modDirVersion = "4.14.0-rc2";
version = "4.14-rc3";
modDirVersion = "4.14.0-rc3";
extraMeta.branch = "4.14";

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

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

0 comments on commit 1e85d28

Please sign in to comment.