Merge pull request #224597 from r-ryantm/auto-update/wasabiwallet

wasabiwallet: 2.0.2.2 -> 2.0.3
This commit is contained in:
Weijia Wang 2023-04-05 22:26:04 +03:00 committed by GitHub
commit a2bd679bd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,11 +31,11 @@ let
in
stdenv.mkDerivation rec {
pname = "wasabiwallet";
version = "2.0.2.2";
version = "2.0.3";
src = fetchurl {
url = "https://github.com/zkSNACKs/WalletWasabi/releases/download/v${version}/Wasabi-${version}.tar.gz";
sha256 = "sha256-Mwr2TwJsA7+G5U2FHOC6SMgiYxuy6fAiA3t7oJGSVaA=";
sha256 = "sha256-RlWaeOK6XqxyCIQQp1/X6iG9t7f3ER5K+S3ZvPg6wBg=";
};
dontBuild = true;