wasabiwallet: 1.1.11.1 -> 1.1.12

This commit is contained in:
Pavol Rusnak 2020-08-25 17:48:37 +02:00
parent d9e6beab26
commit f38d21b025
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -24,11 +24,11 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "wasabiwallet"; pname = "wasabiwallet";
version = "1.1.11.1"; version = "1.1.12";
src = fetchurl { src = fetchurl {
url = "https://github.com/zkSNACKs/WalletWasabi/releases/download/v${version}/WasabiLinux-${version}.tar.gz"; url = "https://github.com/zkSNACKs/WalletWasabi/releases/download/v${version}/Wasabi-${version}.tar.gz";
sha256 = "04v8f2h67aqvcb5a8vmzbp2sqnq7g4m0v1ng52ccb4ii668ya8hy"; sha256 = "0nfd0pwsgrkaxcxfs8wb3i8kslfcqnc91iahw3rmlcxdzb81kjs4";
}; };
dontBuild = true; dontBuild = true;