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

@ -1,12 +1,12 @@
{ stdenv, lib, fetchFromGitHub, python3, nbPython3PackagesJoinmarket }:
let
version = "0.9.9";
version = "0.9.10";
src = fetchFromGitHub {
owner = "joinmarket-org";
repo = "joinmarket-clientserver";
rev = "v${version}";
sha256 = "sha256-dkeSgAhjNl8o/ATKYAlQxxCrur5fLdXuMDXSnWaxYP8=";
sha256 = "sha256-uNweI7VKC16CFn8MNOAvadcSnTjK/Fznfy4qctM5PR8=";
};
runtimePackages = with nbPython3PackagesJoinmarket; [