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

fits-cloudctl: 0.11.9 -> 0.11.10
This commit is contained in:
Nick Cao 2023-07-09 11:54:16 +08:00 committed by GitHub
commit 6868846acf
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.9";
version = "0.11.10";
src = fetchFromGitHub {
owner = "fi-ts";
repo = "cloudctl";
rev = "v${version}";
sha256 = "sha256-OS/yEr3/HQTPCfonQABvHW+c5wSzhi8JbrMbfwuyd/s=";
sha256 = "sha256-1jJDgjkay1IsWMWoRf6iRWFr7685uE9Kr9DCreH13CM=";
};
vendorHash = "sha256-j/ZsnvcGREmFpO7IJfPVmSFkKSIJW+bAMqAGNj8vopk=";
vendorHash = "sha256-rHUPtscmG28PyNWzoayThbRt+3t9ewBe8vsRqtVc1WM=";
meta = with lib; {
description = "Command-line client for FI-TS Finance Cloud Native services";