0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

wasabiwallet: 2.5.1 -> 2.6.0

This commit is contained in:
R. Ryantm 2025-05-06 02:55:45 +00:00
parent f309d7115b
commit 92c9c83bde

View file

@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation rec {
pname = "wasabiwallet";
version = "2.5.1";
version = "2.6.0";
src = fetchurl {
url = "https://github.com/WalletWasabi/WalletWasabi/releases/download/v${version}/Wasabi-${version}-linux-x64.tar.gz";
sha256 = "sha256-DTgxLg8NwjHX085Ai6zxXgjL3x8ZHqVIpvxk/KRl+7w=";
sha256 = "sha256-XWhRJPt0xcFez+HD8RLLXg6XoVVfTeIQhLmsRLEPPMQ=";
};
dontBuild = true;