linux_testing: 4.15-rc4 -> 4.15-rc7
This commit is contained in:
parent
397515c682
commit
c864b07d09
1 changed files with 3 additions and 3 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue