joinmarket: 0.8.0-bcfa7eb -> 0.8.0-a5e8879
This commit is contained in:
parent
254246cf39
commit
915df059f4
|
@ -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; [
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user