wasabiwallet: 1.1.12.3 -> 1.1.12.4

This commit is contained in:
R. RyanTM 2021-02-18 18:35:21 +00:00
parent afcea01614
commit 7f6ca56bd7

View File

@ -24,11 +24,11 @@ let
in
stdenv.mkDerivation rec {
pname = "wasabiwallet";
version = "1.1.12.3";
version = "1.1.12.4";
src = fetchurl {
url = "https://github.com/zkSNACKs/WalletWasabi/releases/download/v${version}/Wasabi-${version}.tar.gz";
sha256 = "1x4gqmiwdp5bjq7c5hjch3srsvf73d92lswnp355l7l7cxh2hcsx";
sha256 = "sha256-1yg0C1lJrLxQEs2GA+XEBUx/JAyc+aW0UWjLhSEy0RI=";
};
dontBuild = true;