Merge pull request #135314 from r-ryantm/auto-update/cointop

cointop: 1.6.5 -> 1.6.6
launchpad/nixpkgs/master
Mario Rodas 3 years ago committed by GitHub
commit b4692e4197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/applications/misc/cointop/default.nix

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "cointop";
version = "1.6.5";
version = "1.6.6";
src = fetchFromGitHub {
owner = "miguelmota";
repo = pname;
rev = "v${version}";
sha256 = "sha256-pnh4z7vk8xazdBPNbwR5BrKFbi8df8UTM2SOU+KDvsk=";
sha256 = "sha256-cn2TtXIxBnEZyWAdtf9ING9I/53z6D8UPVxnFVSkGgo=";
};
goPackagePath = "github.com/miguelmota/cointop";

Loading…
Cancel
Save