joinmarket: 0.9.9 -> 0.9.10

This commit is contained in:
nixbitcoin
2023-12-02 23:01:15 +01:00
committed by Erik Arvstedt
parent 1d73b21f10
commit e4cb004905
11 changed files with 14 additions and 209 deletions
-9
View File
@@ -70,18 +70,9 @@ rec {
## Specific versions of packages that already exist in nixpkgs
# cryptography 3.3.2, required by joinmarketdaemon
cryptography = callPackage ./specific-versions/cryptography {
openssl = openssl_1_1;
cryptography_vectors = callPackage ./specific-versions/cryptography/vectors.nix {};
};
# autobahn 20.12.3, required by joinmarketclient
autobahn = callPackage ./specific-versions/autobahn.nix {};
# pyopenssl 21.0.0, required by joinmarketdaemon
pyopenssl = callPackage ./specific-versions/pyopenssl.nix {};
# txtorcon 22.0.0, required by joinmarketdaemon
txtorcon = callPackage ./specific-versions/txtorcon.nix {};
};