Skip to content

Commit

Permalink
Merge pull request #186155 from r-ryantm/auto-update/wasabiwallet
Browse files Browse the repository at this point in the history
wasabiwallet: 2.0.2 -> 2.0.2.1
  • Loading branch information
wegank authored Jan 23, 2023
2 parents 8f95ada + a72c69e commit a505c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/blockchains/wasabiwallet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ let
in
stdenv.mkDerivation rec {
pname = "wasabiwallet";
version = "2.0.2";
version = "2.0.2.1";

src = fetchurl {
url = "https://github.com/zkSNACKs/WalletWasabi/releases/download/v${version}/Wasabi-${version}.tar.gz";
sha256 = "sha256-0DFl+UFxQckRM2qXFqDpKaRQ5sIMUbNj7l3zKPKAOnQ=";
sha256 = "sha256-kvUwWRZZmalJQL65tRNdgTg7ZQHhmIbfmsfHbHBYz7w=";
};

dontBuild = true;
Expand Down

0 comments on commit a505c5b

Please sign in to comment.