tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
linux: 4.16-rc6 -> 4.16-rc7
Tim Steinbach
8 years ago
83624b97
45289b09
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-testing.nix
+3
-3
pkgs/os-specific/linux/kernel/linux-testing.nix
···
1
1
{ stdenv, buildPackages, hostPlatform, fetchurl, perl, buildLinux, libelf, utillinux, ... } @ args:
2
2
3
3
buildLinux (args // rec {
4
4
-
version = "4.16-rc6";
5
5
-
modDirVersion = "4.16.0-rc6";
4
4
+
version = "4.16-rc7";
5
5
+
modDirVersion = "4.16.0-rc7";
6
6
extraMeta.branch = "4.16";
7
7
8
8
src = fetchurl {
9
9
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
10
10
-
sha256 = "0kwn1qj44pyb404qhwm4qr8mmfni8qfh1raf010d62i48n7pgv0d";
10
10
+
sha256 = "13zpfjxd38202afjl6flc9brjw3sp4sfq3wls0v90k1i2b308qfi";
11
11
};
12
12
13
13
# Should the testing kernels ever be built on Hydra?