mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
linux: 4.14-rc3 -> 4.14-rc4
This commit is contained in:
parent
5e8d1757ef
commit
2262b2332d
@ -1,13 +1,13 @@
|
||||
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
|
||||
|
||||
import ./generic.nix (args // rec {
|
||||
version = "4.14-rc3";
|
||||
modDirVersion = "4.14.0-rc3";
|
||||
version = "4.14-rc4";
|
||||
modDirVersion = "4.14.0-rc4";
|
||||
extraMeta.branch = "4.14";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
|
||||
sha256 = "049x4fpcj8d6577lhzrns7w36mj21pfr4ijw01r0l6n3w86z28b7";
|
||||
sha256 = "1n9jni7sdawhjnlpl1g3rw89ggfi8d6s088wv1h21cnmsav911ik";
|
||||
};
|
||||
|
||||
# Should the testing kernels ever be built on Hydra?
|
||||
|
Loading…
Reference in New Issue
Block a user