diff --git a/pkgs/bisonw.nix b/pkgs/bisonw.nix index c600a27..bd83fe8 100644 --- a/pkgs/bisonw.nix +++ b/pkgs/bisonw.nix @@ -6,13 +6,13 @@ buildGoModule (finalAttrs: { pname = "bisonw"; - version = "1.0.4"; + version = "1.0.5"; src = fetchFromGitHub { owner = "decred"; repo = "dcrdex"; rev = "v${finalAttrs.version}"; - hash = "sha256-P3aIoCpQoCpc1OPMssbBezgSgMuS1lMuQxHDfPT1pGY="; + hash = "sha256-NDG1wucELH+2St63yZxEDTGTpYt3NT6EPYcKKWsvU5g="; }; subPackages = [ @@ -24,7 +24,7 @@ buildGoModule (finalAttrs: { # ERROR: The package-lock.json file does not exist! # Luckily, upstream includes pre-built frontend files. - vendorHash = "sha256-PsEe2UEhbeKCEmZA1SPj8QYawvtw0+vflKStFr6k5eE="; + vendorHash = "sha256-1B2bvJrsHXPPpgem0W2VhQDQiCxaheoq16RCzm+NO0E="; meta = with lib; { description = "Bison Wallet - Multi-coin wallet with built-in DEX trading";