joinmarket: 0.7.4 -> 0.8.0-bcfa7eb

Update to 0.8.0 with hotfix for genwallet script
Includes module versioning error with migration instructions
This commit is contained in:
nixbitcoin
2020-12-14 17:12:11 +00:00
parent c9657305e7
commit fdfafb2f40
4 changed files with 57 additions and 18 deletions

View File

@@ -1,10 +1,10 @@
{ stdenv, lib, fetchurl, python3, nbPython3Packages, pkgs }:
let
version = "0.7.2";
version = "0.8.0-bcfa7eb";
src = fetchurl {
url = "https://github.com/JoinMarket-Org/joinmarket-clientserver/archive/v${version}.tar.gz";
sha256 = "03gvs20d2cfzy9x82l6v4c69w0j9mr4p9zj2hpymnb6xs1yq6dr1";
url = "https://github.com/JoinMarket-Org/joinmarket-clientserver/archive/bcfa7eb4ea3ca51b7ecae9aebe65c634a4ab8b0e.tar.gz";
sha256 = "05akzaxi2vqh3hln6qkr6frfas9xd0d95xa3wd56pj8bzknd410m";
};
runtimePackages = with nbPython3Packages; [