Skip to content

Commit

Permalink
Merge pull request #97626 from marsam/update-cointop
Browse files Browse the repository at this point in the history
cointop: 1.4.6 -> 1.5.4
  • Loading branch information
marsam committed Sep 10, 2020
2 parents 2d19f58 + 494cdb0 commit 1d60af7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/applications/misc/cointop/default.nix
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 1d60af7

Please sign in to comment.