joinmarket: 0.8.0-bcfa7eb -> 0.8.0-a5e8879

This commit is contained in:
Erik Arvstedt 2021-01-17 14:16:42 +01:00 committed by nixbitcoin
parent 254246cf39
commit 915df059f4
No known key found for this signature in database
GPG Key ID: DD11F9AD5308B3BA
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -9,7 +9,7 @@ cd $TMPDIR
echo "Fetching latest release"
git clone https://github.com/joinmarket-org/joinmarket-clientserver 2> /dev/null
cd joinmarket-clientserver
latest=bcfa7eb4ea3ca51b7ecae9aebe65c634a4ab8b0e
latest=a5e8879d119c8702476da32957d2cfecc3584c89
echo "Latest release is ${latest}"
# GPG verification