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