linux: 4.19-rc8 -> 4.20-rc1
This commit is contained in:
parent
57dd484333
commit
4745250bd3
@ -1,13 +1,13 @@
|
||||
{ stdenv, buildPackages, fetchurl, perl, buildLinux, libelf, utillinux, ... } @ args:
|
||||
|
||||
buildLinux (args // rec {
|
||||
version = "4.19-rc8";
|
||||
modDirVersion = "4.19.0-rc8";
|
||||
extraMeta.branch = "4.19";
|
||||
version = "4.20-rc1";
|
||||
modDirVersion = "4.20.0-rc1";
|
||||
extraMeta.branch = "4.20";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
|
||||
sha256 = "1xw8grzn4i4b2vprfwi4p4003n7rr9725dbiqyrl8w1pm11jwpin";
|
||||
sha256 = "0nf3rk8768740smkbf2ilsm40p1pnnmrpf53pmc5k1dkj4kgc0pb";
|
||||
};
|
||||
|
||||
# Should the testing kernels ever be built on Hydra?
|
||||
|
Loading…
Reference in New Issue
Block a user