linux: 4.4.148 -> 4.4.149

This commit is contained in:
Wael M. Nasreddine 2018-08-17 20:18:03 -07:00
parent 85c4d48641
commit 928bc3f864
No known key found for this signature in database
GPG Key ID: 82AE0A31B33CEFCF

View File

@ -1,11 +1,11 @@
{ stdenv, buildPackages, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
buildLinux (args // rec {
version = "4.4.148";
version = "4.4.149";
extraMeta.branch = "4.4";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "10yrqizwkawbs332rl3fmr3cpwcl2j0mik4md7isg5xlkc00zc8r";
sha256 = "0v0w3f9jyhr34vcjivfwdxiz7gpl51532d7492ppzivmx1shqqf2";
};
} // (args.argsOverride or {}))