From e5dfa05594db896dc60a8cb484b7c69774434da3 Mon Sep 17 00:00:00 2001 From: Otto Sabart Date: Mon, 15 Jul 2024 21:00:00 +0200 Subject: [PATCH] trustedcoin: 0.7.0 -> 0.8.2 --- pkgs/trustedcoin/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/trustedcoin/default.nix b/pkgs/trustedcoin/default.nix index 381de67..0a03e10 100644 --- a/pkgs/trustedcoin/default.nix +++ b/pkgs/trustedcoin/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "trustedcoin"; - version = "0.7.0"; + version = "0.8.2"; src = fetchFromGitHub { owner = "nbd-wtf"; repo = pname; rev = "v${version}"; - hash = "sha256-uEJVxpNKInIroHf22GQs+0xzJCijtIo+6KOM2Yefu6o="; + hash = "sha256-M1z5Vn3UGLJHdCZxud8jM2ewiW90zzC7Vaidv3yGNAE="; }; - vendorHash = "sha256-xvkK9rMQlXTnNyOMd79qxVSvhgPobcBk9cq4/YWbupY="; + vendorHash = "sha256-hKaSB8/pymA7o2LuUpLjLZYn37JzEBn3a/3vkGbhLdM="; subPackages = [ "." ];