linux-copperhead: 4.12.4.a -> 4.12.5.a

This commit is contained in:
Tim Steinbach 2017-08-06 22:04:46 -04:00
parent ff9479cd54
commit 1ec7242bc2
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

View File

@ -1,9 +1,9 @@
{ stdenv, hostPlatform, fetchFromGitHub, perl, buildLinux, ... } @ args:
let
version = "4.12.4";
version = "4.12.5";
revision = "a";
sha256 = "1c6fin95ppl7lj09vr3vxfwxgf3db15wyncvq07b675fpkdx0nnx";
sha256 = "03cyh9fsbd95gdd477k1jmk3f9aj5dnw5wr8041y51v8f63vzbpk";
in
import ./generic.nix (args // {