linux_4_4: 4.4.110 -> 4.4.111

This commit is contained in:
Andreas Rammhold 2018-01-10 13:40:30 +01:00
parent cf8021e73a
commit e94dab0ca3
No known key found for this signature in database
GPG key ID: E432E410B5E48C86

View file

@ -1,11 +1,11 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.4.110";
version = "4.4.111";
extraMeta.branch = "4.4";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0n6v872ahny9j29lh60c7ha5fa1as9pdag7jsb5fcy2nmid1g6fh";
sha256 = "0260gvby59n550ijm9q43cnzw1gqizll28nv3vsv8qmgiqp2h0d2";
};
} // (args.argsOverride or {}))