linux: 4.4.42 -> 4.4.43

This commit is contained in:
Eelco Dolstra 2017-01-17 12:02:37 +01:00
parent 9a9be9296f
commit e9109b1b97
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.4.42";
version = "4.4.43";
extraMeta.branch = "4.4";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0y788bnhfddackx19lhs1y3qpxb8m28v5j2yxvih7wljirb4firj";
sha256 = "1yzphiznkwambniq21fiw0vw1fgql4cwcxjlp290y8cf3b3704qb";
};
kernelPatches = args.kernelPatches;