klein: use from upstream, update jmclient version pin

klein 20.6.0 was failing Twisted 21.7.0 tests.
This commit is contained in:
nixbitcoin 2021-12-08 13:23:23 +00:00
parent 048b49edae
commit c9c2104009
No known key found for this signature in database
GPG key ID: B6044ECBA2DAE5D0
3 changed files with 5 additions and 32 deletions

View file

@ -34,9 +34,6 @@ in {
# autobahn 20.12.3, required by joinmarketclient
autobahn = callPackage ./specific-versions/autobahn.nix {};
# klein 20.6.0, required by joinmarketclient
klein = callPackage ./specific-versions/klein.nix {};
# tubes 0.2.0, required by klein
tubes = callPackage ./specific-versions/tubes.nix {};