tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linux: 4.12-rc4 -> 4.12-rc5
Tim Steinbach
8 years ago
5fbab5df
4010313a
+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, fetchurl, perl, buildLinux, ... } @ args:
2
2
3
3
import ./generic.nix (args // rec {
4
4
-
version = "4.12-rc4";
5
5
-
modDirVersion = "4.12.0-rc4";
4
4
+
version = "4.12-rc5";
5
5
+
modDirVersion = "4.12.0-rc5";
6
6
extraMeta.branch = "4.12";
7
7
8
8
src = fetchurl {
9
9
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
10
10
-
sha256 = "05sdyf9vs3cmcfpgn7bwmz59bpdpz65ly755lknxm5nms5vg7ph3";
10
10
+
sha256 = "0d3lpf429fqrf6i529y0pjdwnpq2v82agn3xhw4jwkriib9i425x";
11
11
};
12
12
13
13
features.iwlwifi = true;