summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-17 08:39:27 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-18 11:06:25 -0800
commit37080b5c614dbcc1a20c68b8b7643ca012961de4 (patch)
tree034d441085e6f27324593434a1eaa85c35ef73d5 /pkgs/applications
parent5dea442d0936cfc2768607362d7092cde15a2736 (diff)
cointop: 1.5.4 -> 1.5.5
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/cointop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/cointop/default.nix b/pkgs/applications/misc/cointop/default.nix
index a74a3962996b..e57ffd352717 100644
--- a/pkgs/applications/misc/cointop/default.nix
+++ b/pkgs/applications/misc/cointop/default.nix
@@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "cointop";
- version = "1.5.4";
+ version = "1.5.5";
src = fetchFromGitHub {
owner = "miguelmota";
repo = pname;
rev = "v${version}";
- sha256 = "1gkrwh5g69mywlllszy310xpahr8rz8nghjjpiamd85djf1iz43b";
+ sha256 = "051jxa07c58ym1w0mwckwxh60v28gqcpqw5nv8sm5wxil1crcayr";
};
goPackagePath = "github.com/miguelmota/cointop";