Update to decred binary releases 2.1.6

This commit is contained in:
2026-08-18 10:08:45 -07:00
parent 23ac0b2f51
commit 7be8a7b9c9
4 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "bisonw";
version = "1.0.5";
version = "1.0.6";
src = fetchFromGitHub {
owner = "decred";
repo = "dcrdex";
rev = "v${finalAttrs.version}";
hash = "sha256-NDG1wucELH+2St63yZxEDTGTpYt3NT6EPYcKKWsvU5g=";
hash = "sha256-MPHi+mqmumxZ/pFxBYxz73M6imi0GONV0M3raPq0yoI=";
};
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-1B2bvJrsHXPPpgem0W2VhQDQiCxaheoq16RCzm+NO0E=";
vendorHash = "sha256-KCof0GFFaNWgMb2yR4l4lyeVZdiJSIyn4mgZ/InMZhk=";
meta = with lib; {
description = "Bison Wallet - Multi-coin wallet with built-in DEX trading";