From c82f2884293734bdbda19a0ef61f540728e6ab9a Mon Sep 17 00:00:00 2001 From: stakeynet Date: Tue, 16 Dec 2025 09:36:44 -0800 Subject: [PATCH] bisonw: 1.0.4 -> 1.0.5 --- pkgs/bisonw.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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";