Skip to content

Commit

Permalink
Merge pull request #126 from serokell/rvem/v8.1-release
Browse files Browse the repository at this point in the history
v8.1 release
  • Loading branch information
rvem authored Jan 12, 2021
2 parents 6fd4df2 + a0de90f commit 8bd7371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions nix/build/zcash.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,12 @@ let
url = "https://download.z.cash/downloads/sapling-output.params";
sha256 = "1r5h7wzhwmw8vcww74b1vr6ynacwm3myg5x3jpzcy2xvp75vn3ig";
};
sprout-groth-16-params = fetchurl {
url = "https://download.z.cash/downloads/sprout-groth16.params";
sha256 = "0l2vwl7bz9a8yhmbfrdji2vj5iw4qk3wi2g5pn7lja03qq0dg1dn";
};
in stdenv.mkDerivation {
name = "zcash-params";
phases = [ "installPhase" ];
installPhase = ''
mkdir -p $out/zcash-params/
cp ${sapling-spend-params} $out/zcash-params/sapling-spend.params
cp ${sapling-output-params} $out/zcash-params/sapling-output.params
cp ${sprout-groth-16-params} $out/zcash-params/sprout-groth16.params
'';
}
4 changes: 2 additions & 2 deletions nix/nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"tezos": {
"ref": "refs/tags/v8.0",
"ref": "refs/tags/v8.1",
"repo": "https://gitlab.com/tezos/tezos",
"rev": "567be003173390a40d3bc267360deade3ef14d49",
"rev": "d74e7b6d763745f6d1b8a5fdf4ef9098268ebe7b",
"type": "git"
}
}

0 comments on commit 8bd7371

Please sign in to comment.