wasabiwallet: 2.0.6 -> 2.0.7.1

This commit is contained in:
R. Ryantm 2024-04-23 02:31:21 +00:00
parent 16da38cd4f
commit 25973107b2
1 changed files with 2 additions and 2 deletions

View File

@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation rec {
pname = "wasabiwallet";
version = "2.0.6";
version = "2.0.7.1";
src = fetchurl {
url = "https://github.com/zkSNACKs/WalletWasabi/releases/download/v${version}/Wasabi-${version}.tar.gz";
sha256 = "sha256-VxtQZFsiUEeCMEWkdnmE9xXFoa7fWfOWC2UxnZZAia0=";
sha256 = "sha256-u/QDdGLdD5+8j3r8pZQwcG3iTToFJEvzzV7Rl4ggvtM=";
};
dontBuild = true;