Skip to content

Commit 33e2402

Browse files
committedJul 13, 2017
linux: 4.12 -> 4.12.1
(cherry picked from commit 6131b4d)
1 parent 4e24689 commit 33e2402

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎pkgs/os-specific/linux/kernel/linux-4.12.nix

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
22

33
import ./generic.nix (args // rec {
4-
version = "4.12";
5-
modDirVersion = "4.12.0";
4+
version = "4.12.1";
65
extraMeta.branch = "4.12";
76

87
src = fetchurl {
98
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
10-
sha256 = "1asq73lq0f81qwv21agcrpc3694fs14sja26q48y936hskn3np54";
9+
sha256 = "0qm8lp6z3f2frqb585i5r7cb6hbzd0m13p0ywz4s8bqxwmrym1cw";
1110
};
1211

1312
kernelPatches = args.kernelPatches;

0 commit comments

Comments
 (0)