Merge pull request #23985 from rht/zcash

zcash: reinit at 1.0.8
This commit is contained in:
Michael Raskin
2017-07-05 22:27:27 +02:00
committed by GitHub
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 ];
})