pyln-proto: add copy of base58 2.1.0
This commit is contained in:
parent
b5984a603c
commit
048b49edae
2 changed files with 37 additions and 0 deletions
|
|
@ -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 {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue