From 7be8a7b9c973355cc5748feae7baca73de1efe6d Mon Sep 17 00:00:00 2001 From: stakeynet Date: Tue, 18 Aug 2026 10:08:45 -0700 Subject: [PATCH] Update to decred binary releases 2.1.6 --- pkgs/bisonw.nix | 6 +++--- pkgs/dcrctl.nix | 4 ++-- pkgs/dcrd.nix | 6 +++--- pkgs/dcrwallet.nix | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pkgs/bisonw.nix b/pkgs/bisonw.nix index bd83fe8..2be00e4 100644 --- a/pkgs/bisonw.nix +++ b/pkgs/bisonw.nix @@ -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"; diff --git a/pkgs/dcrctl.nix b/pkgs/dcrctl.nix index c89bf8d..d3edd6d 100644 --- a/pkgs/dcrctl.nix +++ b/pkgs/dcrctl.nix @@ -6,13 +6,13 @@ buildGoModule (finalAttrs: { pname = "dcrctl"; - version = "2.1.5"; + version = "2.1.6"; src = fetchFromGitHub { owner = "decred"; repo = "dcrctl"; rev = "release-v${finalAttrs.version}"; - hash = "sha256-Cw+lLPjq+kcQ0aH//wBvAK2cNIWodEJXku8jUVBys5o="; + hash = "sha256-dRPczMagEG2p9WBLLm6UnHQt9nlwI0pC2gq51F6x9mM="; }; vendorHash = "sha256-THlkOwgggTEz3ajRNgSxK6n5dKhCS4UGw/61Rc9q1nc="; diff --git a/pkgs/dcrd.nix b/pkgs/dcrd.nix index 75a4578..8f035e0 100644 --- a/pkgs/dcrd.nix +++ b/pkgs/dcrd.nix @@ -6,16 +6,16 @@ buildGoModule (finalAttrs: { pname = "dcrd"; - version = "2.1.5"; + version = "2.1.6"; src = fetchFromGitHub { owner = "decred"; repo = "dcrd"; rev = "release-v${finalAttrs.version}"; - hash = "sha256-EzNohMu0jLhQJwI16xKupH/riLKvtC1edMw5l6Bxj/I="; + hash = "sha256-ZMcT7fvSRfVQ3o1MDm1lW5jSxWOqSVPRig6s4w08kvU="; }; - vendorHash = "sha256-iUfTHzwjG+TyaHyhs4MGBCvfxah+Wv1+syFkiiaMLeU="; + vendorHash = "sha256-o+wiq5xILbWbjy3+LsozD/v5NlCdruKt+FasPL+BpN8="; subPackages = [ "." diff --git a/pkgs/dcrwallet.nix b/pkgs/dcrwallet.nix index 78426b8..4a20c51 100644 --- a/pkgs/dcrwallet.nix +++ b/pkgs/dcrwallet.nix @@ -6,16 +6,16 @@ buildGoModule (finalAttrs: { pname = "dcrwallet"; - version = "2.1.5"; + version = "2.1.6"; src = fetchFromGitHub { owner = "decred"; repo = "dcrwallet"; rev = "release-v${finalAttrs.version}"; - hash = "sha256-1PCxS67hXmwUD08OGyt6szVSgQ5M9e0j8ivNxmitfR8="; + hash = "sha256-DR4i/OXrYHICJJhWdGIvBh6snrLwcuYzIQFebnfQYq4="; }; - vendorHash = "sha256-5rI6z7fC7jKPxovWp7nlZrR25NuUEz5obCn2HA6Crpk="; + vendorHash = "sha256-uXhlp1b93ZEQUcTEwXq2fBENrjpK8rtINz7iDhFFalY="; subPackages = [ "." ];