tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
linux_testing: 4.15-rc9 -> 4.16-rc1
Tuomas Tynkkynen
8 years ago
b98a3f24
64fa0d5b
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-testing.nix
+4
-4
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.15-rc9";
5
5
-
modDirVersion = "4.15.0-rc9";
6
6
-
extraMeta.branch = "4.15";
4
4
+
version = "4.16-rc1";
5
5
+
modDirVersion = "4.16.0-rc1";
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 = "18xhy38fqyzg9yiljhdj2y0skjf2yhxvhzbija3is75wyv7g55l6";
10
10
+
sha256 = "19m1scqfcslawsxci0lypy32af315by3rg10lczv0jh2j4gyggmd";
11
11
};
12
12
13
13
# Should the testing kernels ever be built on Hydra?