decred: 2.1.3 -> 2.1.5 for dcrd, dcrwallet, and dcrctl; updated source hashes and vendor hashes

This commit is contained in:
2026-04-22 10:45:27 -07:00
parent cd29e73390
commit 23ac0b2f51
3 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule (finalAttrs: {
pname = "dcrwallet";
version = "2.1.3";
version = "2.1.5";
src = fetchFromGitHub {
owner = "decred";
repo = "dcrwallet";
rev = "release-v${finalAttrs.version}";
hash = "sha256-oB+E2NVz4zlLUWBhdmyGq2jfsMLuF2OpPkBn7/daxDw=";
hash = "sha256-1PCxS67hXmwUD08OGyt6szVSgQ5M9e0j8ivNxmitfR8=";
};
vendorHash = "sha256-P9u+Pxy/TtArhU/fu2nXg6PyyoCm9GPLVRX6twheERQ=";
vendorHash = "sha256-5rI6z7fC7jKPxovWp7nlZrR25NuUEz5obCn2HA6Crpk=";
subPackages = [ "." ];