decred: 2.1.2 -> 2.1.3

This commit is contained in:
2025-12-31 09:02:47 -08:00
parent c82f288429
commit cd29e73390
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "dcrctl";
version = "2.1.1";
version = "2.1.3";
src = fetchFromGitHub {
owner = "decred";
repo = "dcrctl";
rev = "release-v${finalAttrs.version}";
hash = "sha256-MTsVW/zvA9fSH2c4tM7bGQPiTwoRt43sgtUNv9PzNAc=";
hash = "sha256-XWe0Sf9T2ydsczjbA0BXLnA5znDfXRhQ6EnQtXfrONw=";
};
vendorHash = "sha256-rr0OrphqFPlix4n4YFtPyJItO+enGGx8xOyVTA0e1lc=";