linux: 4.12 -> 4.12.1

+2 -3
+2 -3
pkgs/os-specific/linux/kernel/linux-4.12.nix
··· 1 { stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args: 2 3 import ./generic.nix (args // rec { 4 - version = "4.12"; 5 - modDirVersion = "4.12.0"; 6 extraMeta.branch = "4.12"; 7 8 src = fetchurl { 9 url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; 10 - sha256 = "1asq73lq0f81qwv21agcrpc3694fs14sja26q48y936hskn3np54"; 11 }; 12 13 kernelPatches = args.kernelPatches;
··· 1 { stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args: 2 3 import ./generic.nix (args // rec { 4 + version = "4.12.1"; 5 extraMeta.branch = "4.12"; 6 7 src = fetchurl { 8 url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; 9 + sha256 = "0qm8lp6z3f2frqb585i5r7cb6hbzd0m13p0ywz4s8bqxwmrym1cw"; 10 }; 11 12 kernelPatches = args.kernelPatches;