bisonw: 1.0.4 -> 1.0.5

This commit is contained in:
stakeynet 2025-12-16 09:36:44 -08:00
parent 2154d9ca94
commit c82f288429
Signed by: stakey
GPG Key ID: 0E5D9B54F07D920D

View File

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