Merge pull request #72421 from prusnak/cointop

cointop: 1.3.4 -> 1.3.6
This commit is contained in:
Lancelot SIX 2019-11-01 14:57:54 +01:00 committed by GitHub
commit 59653b0453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "cointop";
version = "1.3.4";
version = "1.3.6";
src = fetchFromGitHub {
owner = "miguelmota";
repo = pname;
rev = version;
sha256 = "0nw6vzp0c5r8bwnlvgzj4hzdah44p5pp03d2bcr1lkw8np8fy65n";
sha256 = "0xm616yjqf6qq98yjbdj6lihib2p4fh6jd91dcb59arkbs2l1nbg";
};
goPackagePath = "github.com/miguelmota/cointop";