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

This commit is contained in:
Tim Steinbach 2017-08-14 12:51:30 -04:00
parent 2a0c6c7bee
commit b94210b066
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.5";
version = "4.12.7";
revision = "a";
sha256 = "03cyh9fsbd95gdd477k1jmk3f9aj5dnw5wr8041y51v8f63vzbpk";
sha256 = "1kj0s5r7fx2d0crak7576jv9r6q7yx4aqmxpib6mhj1zfhsczdp0";
in
import ./generic.nix (args // {