From 904fd2e2b60eac1dbc55bd579d9b76f90f1b86ba Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Mon, 11 Aug 2025 18:25:41 +0200 Subject: [PATCH] trustedcoin: 0.8.4 -> 0.8.6 --- pkgs/trustedcoin/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/trustedcoin/default.nix b/pkgs/trustedcoin/default.nix index e12177c..13017a4 100644 --- a/pkgs/trustedcoin/default.nix +++ b/pkgs/trustedcoin/default.nix @@ -2,13 +2,13 @@ buildGoModule rec { pname = "trustedcoin"; - version = "0.8.4"; + version = "0.8.6"; src = fetchFromGitHub { owner = "nbd-wtf"; repo = pname; rev = "v${version}"; - hash = "sha256-mROWJEMRuIAcDXtEyin2+MLFplPInOsv5Q7vACNzi80="; + hash = "sha256-b+Icq/9qMF+Zvh7RuG9RxU8/U07Tl8ymZvNKWsZzatw="; }; vendorHash = "sha256-fW+EoNPC0mH8C06Q6GXNwFdzE7oQT+qd+B7hGGml+hc=";