tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linux: 5.1-rc6 -> 5.1-rc7
Tim Steinbach
6 years ago
aeb464df
6dabc28c
+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, fetchurl, perl, buildLinux, libelf, utillinux, ... } @ args:
2
2
3
3
buildLinux (args // rec {
4
4
-
version = "5.1-rc6";
5
5
-
modDirVersion = "5.1.0-rc6";
4
4
+
version = "5.1-rc7";
5
5
+
modDirVersion = "5.1.0-rc7";
6
6
extraMeta.branch = "5.1";
7
7
8
8
src = fetchurl {
9
9
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
10
10
-
sha256 = "0s751wb4xdcnljid03a3gi9pkql7fcvixh32aiclbmfz6gyvbykv";
10
10
+
sha256 = "05085j84kn3mf5s2hy8i9jgvnglpr9v918kmc9lmpn5vq7frh9s1";
11
11
};
12
12
13
13
# Should the testing kernels ever be built on Hydra?