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
+2 -2
View File
@@ -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=";