linux-copperhead: 4.12.e -> 4.12.1.a

This commit is contained in:
Tim Steinbach 2017-07-13 08:40:08 -04:00
parent 6131b4d52d
commit 45a2534459
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: { stdenv, hostPlatform, fetchFromGitHub, perl, buildLinux, ... } @ args:
let let
version = "4.12"; version = "4.12.1";
revision = "e"; revision = "a";
sha256 = "1zxmfddj3nx8fd4nfxi0sxa3j9byq1dkp05plnknmi45b3ji57zh"; sha256 = "0fjw5fmxpvdhfqkr4lcpmqw8xxj92q19ya8q48yhxvv149ahcvhq";
in in
import ./generic.nix (args // { import ./generic.nix (args // {