Merge fort-nix/nix-bitcoin#717: trustedcoin: 0.7.0 -> 0.8.0
e5dfa05594trustedcoin: 0.7.0 -> 0.8.2 (Otto Sabart) Pull request description: ACKs for top commit: erikarvstedt: ACKe5dfa05594Tree-SHA512: 02a2f9a259176f5554755e2748e298ef0c9ffc4c87c96ca729ac7a0c7138f043bcc0352fbe10468796f1f2372a66bc3e1c5d480008185ee582f3f69df802deca
This commit is contained in:
commit
7dad87527f
1 changed files with 3 additions and 3 deletions
|
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "trustedcoin";
|
pname = "trustedcoin";
|
||||||
version = "0.7.0";
|
version = "0.8.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nbd-wtf";
|
owner = "nbd-wtf";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-uEJVxpNKInIroHf22GQs+0xzJCijtIo+6KOM2Yefu6o=";
|
hash = "sha256-M1z5Vn3UGLJHdCZxud8jM2ewiW90zzC7Vaidv3yGNAE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-xvkK9rMQlXTnNyOMd79qxVSvhgPobcBk9cq4/YWbupY=";
|
vendorHash = "sha256-hKaSB8/pymA7o2LuUpLjLZYn37JzEBn3a/3vkGbhLdM=";
|
||||||
|
|
||||||
subPackages = [ "." ];
|
subPackages = [ "." ];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue