Merge pull request #168247 from r-ryantm/auto-update/fits-cloudctl
fits-cloudctl: 0.10.12 -> 0.10.13
This commit is contained in:
commit
9e5ba1d2fe
@ -5,16 +5,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "fits-cloudctl";
|
pname = "fits-cloudctl";
|
||||||
version = "0.10.12";
|
version = "0.10.13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fi-ts";
|
owner = "fi-ts";
|
||||||
repo = "cloudctl";
|
repo = "cloudctl";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-nFxudeJJ5BkfZxSnRquyATHyHwI+7xwfQxiY8cedtis=";
|
sha256 = "sha256-8MSX8A/3FY95rrWuYfGYFynSi76JPcHX+N8VF9BWktM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-f35Asf9l6ZfixpjMGzesTsxmANreilMxH2CULMH3b2o=";
|
vendorSha256 = "sha256-K6HI7aSDbrhqm2XVor7sRwHnqQPQlpZYGLgaf3SFNrU=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Command-line client for FI-TS Finance Cloud Native services";
|
description = "Command-line client for FI-TS Finance Cloud Native services";
|
||||||
|
Loading…
Reference in New Issue
Block a user