Skip to content

Commit

Permalink
Merge pull request #113821 from r-ryantm/auto-update/cointop
Browse files Browse the repository at this point in the history
cointop: 1.6.0 -> 1.6.2
  • Loading branch information
davidak committed Feb 21, 2021
2 parents 66e89ee + f3074fb commit 61b59f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/cointop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoPackage rec {
pname = "cointop";
version = "1.6.0";
version = "1.6.2";

src = fetchFromGitHub {
owner = "miguelmota";
repo = pname;
rev = "v${version}";
sha256 = "sha256-P2LR42Qn5bBF5xcfCbxiGFBwkW/kAKVGiyED37OdZLo=";
sha256 = "sha256-4Ae8lzaec7JeYfmeLleatUS/xQUjea7O4XJ9DOgJIMs=";
};

goPackagePath = "github.com/miguelmota/cointop";
Expand Down

0 comments on commit 61b59f0

Please sign in to comment.