Skip to content

Commit

Permalink
linux: 3.12.66 -> 3.12.67
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Nov 11, 2016
1 parent 74ecbbe commit cc62ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-3.12.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "3.12.66";
version = "3.12.67";
extraMeta.branch = "3.12";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
sha256 = "02nac7sr0c1h10mxp5azlsmz0gsr7qllsn2hibjknhk7jg8ry8cc";
sha256 = "18laiqnqfabrqc6dw2pkimcg30hs865kgaflflav6zz9lb3ls1d5";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit cc62ecc

Please sign in to comment.