about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/zcash
AgeCommit message (Collapse)AuthorFilesLines
2022-10-26zcash: 5.1.0 -> 5.3.0Alex Wied2-22/+20
2022-09-25zcash: update reference to cargoDepsCopyIvar Scholten1-1/+1
2022-07-22zcash: 5.0.0 -> 5.1.0Alex Wied2-19/+30
2022-05-13zcash: 4.7.0 -> 5.0.0Alex Wied1-15/+15
2022-04-28zcash: 4.6.0-2 -> 4.7.0Alex Wied1-10/+23
2022-04-13zcash: 4.6.0-1 -> 4.6.0-2Alex Wied1-6/+6
2022-01-15zcash: 4.5.1 -> 4.6.0-1Alex Wied1-3/+3
2021-09-29zcash: 4.5.0 -> 4.5.1Alex Wied1-3/+3
2021-09-27zcash: 4.4.1 -> 4.5.0Alex Wied1-6/+6
2021-07-05zcash: 4.4.0 -> 4.4.1Alex Wied1-3/+3
2021-04-16zcash: 4.3.0 -> 4.4.0 (#119579)Alex Wied1-16/+10
Co-authored-by: Alex Wied <alexwied@coinmetrics.io>
2021-03-14zcash: 4.1.1 -> 4.3.0 (#115463)Alex Wied1-10/+22
* zcash: 4.1.1 -> 4.3.0 * zcash: Remove unused argument
2020-12-19zcash: 2.1.1-1 -> 4.1.1; fix buildAlyssa Ross2-53/+36
This is pretty much a repackaging, because a lot has changed about zcash in two major versions. Lots of libraries are no longer necessary, and librustzcash is now part of the zcash package as opposed to being a library supposed to be built seperately. The whole thing is a buildRustPackage because that's easier than trying to emulate buildRustPackage's dependency setup behaviour inside a normal mkDerivation. So that the normal zcash build process is followed, the actual configuring and building uses the normal stdenv behaviour.
2020-11-24utillinux: rename to util-linuxGraham Christensen1-2/+2
2020-04-12librustzcash: improve robustness of installPhaseMaximilian Bosch1-1/+1
2020-03-07zcash: 2.1.0-1 -> 2.1.1-1Benjamin Hipple1-7/+9
Also enabled parallel building, because otherwise this takes 45+ minutes to compile! With it enabled, it can build in a couple minutes.
2020-03-07librustzcash: 2018-10-27 -> 0.1.0Benjamin Hipple1-9/+7
Also includes updates for: - https://github.com/NixOS/nixpkgs/issues/79975 - https://github.com/NixOS/rfcs/pull/45
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple1-0/+3
Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
2019-11-26zcash: 1.0.13 -> 2.1.0-1Thomas Kerber2-24/+18
2019-09-12zcash: Add libsnark to stop build failuresCraige McWhirter1-2/+2
Wanted for #68361 zcash build fails due to missing `profiling.hpp` which is provided by `libsnark`.
2019-08-31treewide: name -> pname (#67513)volth1-1/+1
2019-08-29tree: rename altcoins to blockchainsWilliam Casarin2-0/+79
Signed-off-by: William Casarin <jb55@jb55.com>