3
0
Fork 0
forked from mirrors/nixpkgs

linux: 4.12.6 -> 4.12.7

This commit is contained in:
Tim Steinbach 2017-08-13 15:38:42 -04:00
parent 9c3702ad35
commit 59e34685da
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.6";
version = "4.12.7";
extraMeta.branch = "4.12";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0ywkzqjl9rq672nwn74cw2d871hpzxkrlyx40lkkp4z1y440ijh1";
sha256 = "14xyh5wyvp4pmvw4mz9lccw1ijshm7500ijmxzhc9ipjnmp5rhky";
};
kernelPatches = args.kernelPatches;