tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linux_testing: 4.15-rc7 -> 4.15-rc8
Tuomas Tynkkynen
8 years ago
6e845226
092aaf22
+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, hostPlatform, fetchurl, perl, buildLinux, libelf, utillinux, ... } @ args:
2
2
3
3
import ./generic.nix (args // rec {
4
4
-
version = "4.15-rc7";
5
5
-
modDirVersion = "4.15.0-rc7";
4
4
+
version = "4.15-rc8";
5
5
+
modDirVersion = "4.15.0-rc8";
6
6
extraMeta.branch = "4.15";
7
7
8
8
src = fetchurl {
9
9
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
10
10
-
sha256 = "1ph3asz5cc82mj7vb5cd5n80wnf66cm9jrlpa66da8kz8za0cdkh";
10
10
+
sha256 = "15d24b47mfkfs2b0l54sq0yl3ylh5dnx23jknb2r7cq14wxiqmq3";
11
11
};
12
12
13
13
# Should the testing kernels ever be built on Hydra?