tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linux: 4.12 -> 4.12.1
Tim Steinbach
8 years ago
6131b4d5
24de0bad
+2
-3
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-4.12.nix
+2
-3
pkgs/os-specific/linux/kernel/linux-4.12.nix
···
1
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
2
3
import ./generic.nix (args // rec {
4
-
version = "4.12";
5
-
modDirVersion = "4.12.0";
6
extraMeta.branch = "4.12";
7
8
src = fetchurl {
9
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
10
-
sha256 = "1asq73lq0f81qwv21agcrpc3694fs14sja26q48y936hskn3np54";
11
};
12
13
kernelPatches = args.kernelPatches;
···
1
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
2
3
import ./generic.nix (args // rec {
4
+
version = "4.12.1";
0
5
extraMeta.branch = "4.12";
6
7
src = fetchurl {
8
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
9
+
sha256 = "0qm8lp6z3f2frqb585i5r7cb6hbzd0m13p0ywz4s8bqxwmrym1cw";
10
};
11
12
kernelPatches = args.kernelPatches;