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