3
0
Fork 0
forked from mirrors/nixpkgs

linux: 4.9.46 -> 4.9.47

(cherry picked from commit 27c8378c0c81aa17aef615615421aa5de3d8246b)
This commit is contained in:
Tim Steinbach 2017-09-02 11:16:58 -04:00
parent 8693cc5425
commit 2c301b1b48
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.9.46";
version = "4.9.47";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0arbm9l8pq7d6c1hr0c64p94qcxrxf4q4famvcm13273y3lr70r2";
sha256 = "1ja14l9gy7cpj94zwacr3gi4vqzfv2k78556fxga8q4lsrwrdgkm";
};
kernelPatches = args.kernelPatches;