kernel: 3.12.63 -> 3.12.66

This commit is contained in:
Tim Steinbach 2016-10-26 09:12:13 -04:00
parent 8855d6b3ca
commit e5e84ecbbd
No known key found for this signature in database
GPG Key ID: 83FF2ACAEB6C2D24

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "3.12.63";
version = "3.12.66";
extraMeta.branch = "3.12";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
sha256 = "0srg7xd68n10b28c3l5qa4dx5qr84ci7fdn48wcj79y7h2s0367x";
sha256 = "02nac7sr0c1h10mxp5azlsmz0gsr7qllsn2hibjknhk7jg8ry8cc";
};
kernelPatches = args.kernelPatches;