nix-bitcoin/pkgs
Erik Arvstedt 5c6571654e
electrs: 0.7.1 -> 0.8.3
Use buildRustPackage instead of buildRustCrate (via crate2nix).

buildRustPackage builds the whole executable and its libraries in a
single `cargo build` process.

With the create2nix approach each library is built in a separate derivation,
directly using rustc instead of the cargo wrapper.

Benefits of buildRustPackage:
- Much simpler to maintain
- Package derivation evaluates much faster

Benefits of crate2nix:
- Build can be distributed over multiple build hosts
- Better sharing of common dependencies between different builds
- More fine-grained rebuilding on build failures

In nixpkgs buildRustPackage is used for almost all Rust pkgs, it's
also a better fit for our use case.
2020-03-04 18:09:50 +01:00
..
electrs electrs: 0.7.1 -> 0.8.3 2020-03-04 18:09:50 +01:00
elementsd elementsd 0.18.1.1 -> 0.18.1.3 2020-01-13 08:23:19 +00:00
generate-secrets simplify secrets file format 2020-01-13 00:25:11 +01:00
hwi Update hwi 1.0.1 -> 1.0.3 2019-11-17 14:20:47 +00:00
lightning-charge lightning-charge: 0.4.7 -> 0.4.14 2020-01-15 23:09:08 +00:00
liquid-swap Remove PyQt dependency from liquid-swap tool because it doesn't work with NixOs 19.09 and we don't need it anyway 2019-10-27 16:48:26 +00:00
nanopos node2nix packages: Regenerate node2nix output. 2019-03-26 14:31:07 +01:00
nixops don't copy secret files to store during nixops deployment 2020-01-12 20:02:00 +01:00
nodeinfo support enabling clightning and lnd simultaneously 2020-01-12 20:02:04 +01:00
pylightning fixup! Remove doCheck from pylightning package 2019-07-26 14:04:48 +00:00
spark-wallet spark-wallet 0.2.9 -> 0.2.12 2020-01-13 08:23:19 +00:00
default.nix electrs: 0.7.1 -> 0.8.3 2020-03-04 18:09:50 +01:00
nixpkgs-pinned.nix Update nixpkgs (lnd 0.8.1 -> lnd 0.9.0, clightning 0.8.0 -> 0.8.1) 2020-02-23 18:30:39 +00:00
pinned.nix make pinned pkgs accessible through pkgs/default.nix 2020-03-04 18:09:48 +01:00