pyln-proto: add copy of base58 2.1.0

This commit is contained in:
nixbitcoin
2021-12-08 12:36:14 +00:00
parent b5984a603c
commit 048b49edae
2 changed files with 37 additions and 0 deletions

View File

@@ -24,6 +24,9 @@ in {
## Specific versions of packages that already exist in nixpkgs
# base58 2.1.0, required by pyln-proto
base58 = callPackage ./specific-versions/base58.nix {};
# cryptography 3.3.2, required by joinmarketdaemon
cryptography = callPackage ./specific-versions/cryptography {};
cryptography_vectors = callPackage ./specific-versions/cryptography/vectors.nix {};