joinmarket: 0.9.9 -> 0.9.10

This commit is contained in:
nixbitcoin 2023-11-11 18:40:49 +01:00 committed by Erik Arvstedt
parent 1d73b21f10
commit e4cb004905
No known key found for this signature in database
GPG key ID: 33312B944DD97846
11 changed files with 14 additions and 209 deletions

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 {};
};