1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

linux: 4.12 -> 4.12.1

This commit is contained in:
Tim Steinbach 2017-07-13 08:36:50 -04:00
parent 24de0bad42
commit 6131b4d52d
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

@ -1,13 +1,12 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.12";
modDirVersion = "4.12.0";
version = "4.12.1";
extraMeta.branch = "4.12";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1asq73lq0f81qwv21agcrpc3694fs14sja26q48y936hskn3np54";
sha256 = "0qm8lp6z3f2frqb585i5r7cb6hbzd0m13p0ywz4s8bqxwmrym1cw";
};
kernelPatches = args.kernelPatches;