cointop: 1.5.5 -> 1.6.0

This commit is contained in:
R. RyanTM 2021-02-13 23:44:00 +00:00 committed by Emery Hemingway
parent cc942dcbc7
commit 96b1107706

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "cointop";
version = "1.5.5";
version = "1.6.0";
src = fetchFromGitHub {
owner = "miguelmota";
repo = pname;
rev = "v${version}";
sha256 = "051jxa07c58ym1w0mwckwxh60v28gqcpqw5nv8sm5wxil1crcayr";
sha256 = "sha256-P2LR42Qn5bBF5xcfCbxiGFBwkW/kAKVGiyED37OdZLo=";
};
goPackagePath = "github.com/miguelmota/cointop";