joinmarket: 0.9.8 -> 0.9.9

This commit is contained in:
nixbitcoin 2023-05-07 13:55:30 +00:00
parent 7736468466
commit fcd81d486d
No known key found for this signature in database
GPG key ID: B6044ECBA2DAE5D0
9 changed files with 88 additions and 111 deletions

View file

@ -22,7 +22,6 @@ rec {
};
runes = callPackage ./runes {};
sha256 = callPackage ./sha256 {};
urldecode = callPackage ./urldecode {};
};
# Joinmarket requires a custom package set because it uses older versions of Python pkgs
@ -47,12 +46,10 @@ rec {
# autobahn 20.12.3, required by joinmarketclient
autobahn = callPackage ./specific-versions/autobahn.nix {};
# pyopenssl 20.0.1, required by joinmarketdaemon
pyopenssl = callPackage ./specific-versions/pyopenssl.nix {
openssl = super.pkgs.openssl_1_1;
};
# pyopenssl 21.0.0, required by joinmarketdaemon
pyopenssl = callPackage ./specific-versions/pyopenssl.nix {};
# twisted 22.4.0, compatible with pyopenssl 20.0.1
# twisted 22.4.0, required by joinmarketbase
twisted = callPackage ./specific-versions/twisted.nix {};
};