zcash: reinit at 1.0.8

This commit is contained in:
rht
2017-03-17 12:53:11 +03:00
committed by rht
parent 8e73afb2e1
commit fef784d09f
9 changed files with 223 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{ stdenv, fetchurl, ... } @ args:
import ./generic.nix (args // rec {
version = "6.2.23";
sha256 = "1isxx4jfmnh913jzhp8hhfngbk6dsg46f4kjpvvc56maj64jqqa7";
license = stdenv.lib.licenses.agpl3;
extraPatches = [ ./clang-6.0.patch ];
})