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,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 = [
"."