Merge pull request #243170 from r-ryantm/auto-update/fits-cloudctl

fits-cloudctl: 0.11.10 -> 0.11.11
This commit is contained in:
Nick Cao 2023-07-12 22:12:33 -06:00 committed by GitHub
commit 00d554d339
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "fits-cloudctl";
version = "0.11.10";
version = "0.11.11";
src = fetchFromGitHub {
owner = "fi-ts";
repo = "cloudctl";
rev = "v${version}";
sha256 = "sha256-1jJDgjkay1IsWMWoRf6iRWFr7685uE9Kr9DCreH13CM=";
sha256 = "sha256-Jf6QiGn8C3pQ/FQSEc+h06514kNXHpnKVyZ1l+S/uHw=";
};
vendorHash = "sha256-rHUPtscmG28PyNWzoayThbRt+3t9ewBe8vsRqtVc1WM=";
vendorHash = "sha256-3aoj4G3npO/DYjRu55iP9Y79z3da0edClOJlWuQC//A=";
meta = with lib; {
description = "Command-line client for FI-TS Finance Cloud Native services";