fits-cloudctl: 0.10.12 -> 0.10.13

main
R. Ryantm 2 years ago
parent f0848eeb05
commit 7f67b9d301
  1. 6
      pkgs/tools/admin/fits-cloudctl/default.nix

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "fits-cloudctl";
version = "0.10.12";
version = "0.10.13";
src = fetchFromGitHub {
owner = "fi-ts";
repo = "cloudctl";
rev = "v${version}";
sha256 = "sha256-nFxudeJJ5BkfZxSnRquyATHyHwI+7xwfQxiY8cedtis=";
sha256 = "sha256-8MSX8A/3FY95rrWuYfGYFynSi76JPcHX+N8VF9BWktM=";
};
vendorSha256 = "sha256-f35Asf9l6ZfixpjMGzesTsxmANreilMxH2CULMH3b2o=";
vendorSha256 = "sha256-K6HI7aSDbrhqm2XVor7sRwHnqQPQlpZYGLgaf3SFNrU=";
meta = with lib; {
description = "Command-line client for FI-TS Finance Cloud Native services";

Loading…
Cancel
Save