3
0
Fork 0
forked from mirrors/nixpkgs

linux: 4.4.66 -> 4.4.67

This commit is contained in:
Tim Steinbach 2017-05-08 09:23:52 -04:00
parent 7f6abddcd7
commit 4e2c67ff76
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.4.66";
version = "4.4.67";
extraMeta.branch = "4.4";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "10yl43sdzdy3c4vyqdzrw5vb59bbfb7z6k171a2sid9qr63hfi4s";
sha256 = "063vjskz6grjp3bmgcp056r8xzy578fwc2kmzdhb6lw5mih9r85f";
};
kernelPatches = args.kernelPatches;