Merge pull request #33613 from andir/linux_4_15_rc7

linux_testing: 4.15-rc4 -> 4.15-rc7
This commit is contained in:
Andreas Rammhold 2018-01-09 07:39:39 +00:00 committed by GitHub
commit aff2de4909
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,13 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, libelf, utillinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.15-rc4";
modDirVersion = "4.15.0-rc4";
version = "4.15-rc7";
modDirVersion = "4.15.0-rc7";
extraMeta.branch = "4.15";
src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "13mz21pdqk17hrwga9246cj9bkcz3xmmg0cb4mrbsrb1nv4niv0k";
sha256 = "1ph3asz5cc82mj7vb5cd5n80wnf66cm9jrlpa66da8kz8za0cdkh";
};
# Should the testing kernels ever be built on Hydra?