zcash: 1.0.11 -> 1.0.12

This commit is contained in:
Daniel Fullmer 2017-09-29 10:09:57 -04:00
parent 26033a43ae
commit f488434a66
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "zcash" + (toString (optional (!withGui) "d")) + "-" + version;
version = "1.0.11";
version = "1.0.12";
src = fetchFromGitHub {
owner = "zcash";
repo = "zcash";
rev = "v${version}";
sha256 = "09474jdhsg30maqrwfxigbw3llqi8axhh82lz3a23ii2gj68ni55";
sha256 = "19bxhdnkvgncgl9x6nbaf5nwgrdfw99icvdbi9adfh646pd5z64s";
};
enableParallelBuilding = true;