1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

linux: 4.9.89 -> 4.9.90

This commit is contained in:
Tim Steinbach 2018-03-25 15:03:33 -04:00
parent bad2ecb9b5
commit 36555e46f8
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

@ -1,11 +1,11 @@
{ stdenv, buildPackages, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
buildLinux (args // rec {
version = "4.9.89";
version = "4.9.90";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0a9l2gkyr1nhaak6vyjwgjn01ywpxwa8zp5fhw8rjnfk44bf2hql";
sha256 = "0mbl0d6z8yx7bn5m804kv17bh64pd0w0nc8lls4pw335jx7hkc0v";
};
} // (args.argsOverride or {}))