linux: 3.12.62 -> 3.12.63

This commit is contained in:
Franz Pletz
2016-09-25 00:07:14 +02:00
parent b1029abe56
commit 01f465c82b
2 changed files with 3 additions and 3 deletions

View File

@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "3.12.62";
version = "3.12.63";
extraMeta.branch = "3.12";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
sha256 = "0a9vghq3z5xhr9xssfivb78d3i74h4kn15wqgls1cw5qzyhc1wb0";
sha256 = "0srg7xd68n10b28c3l5qa4dx5qr84ci7fdn48wcj79y7h2s0367x";
};
kernelPatches = args.kernelPatches;