1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #52423 from eadwu/linux_testing/4.20-rc7

linux_testing: 4.20-rc6 -> 4.20-rc7
This commit is contained in:
Franz Pletz 2018-12-17 11:17:56 +00:00 committed by GitHub
commit 307404bfa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,13 @@
{ stdenv, buildPackages, fetchurl, perl, buildLinux, libelf, utillinux, ... } @ args:
buildLinux (args // rec {
version = "4.20-rc6";
modDirVersion = "4.20.0-rc6";
version = "4.20-rc7";
modDirVersion = "4.20.0-rc7";
extraMeta.branch = "4.20";
src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "1hmcwlf3lcim4z265pqz6v4na6072xcqzrnq57wacznmg31m7y0c";
sha256 = "0qga2x4rz1vphi7j044f4b4la24qyk5sm7lm8q991imq5wm5s2rl";
};
# Should the testing kernels ever be built on Hydra?