Skip to content

Commit 18a3225

Browse files
committedNov 29, 2016
linux: 3.12.67 -> 3.12.68
1 parent 8a4d651 commit 18a3225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/os-specific/linux/kernel/linux-3.12.nix

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

33
import ./generic.nix (args // rec {
4-
version = "3.12.67";
4+
version = "3.12.68";
55
extraMeta.branch = "3.12";
66

77
src = fetchurl {
88
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
9-
sha256 = "18laiqnqfabrqc6dw2pkimcg30hs865kgaflflav6zz9lb3ls1d5";
9+
sha256 = "0k4kwxmm6vj840k4v6iyswsajaxsb5g9vrc7mzr4grflfbjrgh14";
1010
};
1111

1212
kernelPatches = args.kernelPatches;

0 commit comments

Comments
 (0)