linux_testing: 4.15-rc4 -> 4.15-rc7

This commit is contained in:
Andreas Rammhold 2018-01-08 15:05:24 +01:00
parent 397515c682
commit c864b07d09
No known key found for this signature in database
GPG key ID: E432E410B5E48C86

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?