linux: 4.12.4 -> 4.12.5

This commit is contained in:
Tim Steinbach 2017-08-06 19:22:15 -04:00
parent 70d8768af5
commit ff9479cd54
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

@ -1,12 +1,12 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.12.4";
version = "4.12.5";
extraMeta.branch = "4.12";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1jasxw8ifkklyfmp0avh53zjymgqwybaz3cmh9l5ydss3xgxfw7l";
sha256 = "1833ibdb13dbg5xmf500bxkin8ng4yav3l5qvfilj0v4ygjlhlbi";
};
kernelPatches = args.kernelPatches;