trustedcoin: 0.7.0 -> 0.8.2

This commit is contained in:
Otto Sabart 2024-07-15 21:00:00 +02:00
parent 52fb047379
commit e5dfa05594
No known key found for this signature in database
GPG Key ID: 823BAE99F8BE1E3C

View File

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