cointop: 1.4.6 -> 1.5.4

gstqt5
Mario Rodas 2020-09-09 04:20:00 +00:00
parent b03c729c88
commit 494cdb0331
1 changed files with 5 additions and 3 deletions

View File

@ -2,17 +2,19 @@
buildGoPackage rec {
pname = "cointop";
version = "1.4.6";
version = "1.5.4";
src = fetchFromGitHub {
owner = "miguelmota";
repo = pname;
rev = version;
sha256 = "1mkb97x73vzxnbvhnxx3msicr1z0b3sjmydx257ax3nscrmf1l5z";
rev = "v${version}";
sha256 = "1gkrwh5g69mywlllszy310xpahr8rz8nghjjpiamd85djf1iz43b";
};
goPackagePath = "github.com/miguelmota/cointop";
buildFlagsArray = [ "-ldflags=-s -w -X ${goPackagePath}/cointop.version=${version}" ];
meta = with lib; {
description = "The fastest and most interactive terminal based UI application for tracking cryptocurrencies";
longDescription = ''