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

fits-cloudctl: 0.11.8 -> 0.11.9
This commit is contained in:
Weijia Wang 2023-07-06 10:36:29 +03:00 committed by GitHub
commit ad7a9d9b56
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.8";
version = "0.11.9";
src = fetchFromGitHub {
owner = "fi-ts";
repo = "cloudctl";
rev = "v${version}";
sha256 = "sha256-LdJ8EwTLn5PnbYAe36424qptV5LT4A7/sa2H21kGLAY=";
sha256 = "sha256-OS/yEr3/HQTPCfonQABvHW+c5wSzhi8JbrMbfwuyd/s=";
};
vendorHash = "sha256-O0E65+GtvoLwgc2RnQbogQg10v3DDHz4fhUaxNKhObM=";
vendorHash = "sha256-j/ZsnvcGREmFpO7IJfPVmSFkKSIJW+bAMqAGNj8vopk=";
meta = with lib; {
description = "Command-line client for FI-TS Finance Cloud Native services";