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

fits-cloudctl: 0.11.11 -> 0.11.13
This commit is contained in:
Weijia Wang 2023-08-02 20:07:56 +02:00 committed by GitHub
commit 634dcffbee
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.11";
version = "0.11.13";
src = fetchFromGitHub {
owner = "fi-ts";
repo = "cloudctl";
rev = "v${version}";
sha256 = "sha256-Jf6QiGn8C3pQ/FQSEc+h06514kNXHpnKVyZ1l+S/uHw=";
sha256 = "sha256-S4XouqqIBalXqfznrJ8F2TxU9h+gqObnjRXEQnj67LQ=";
};
vendorHash = "sha256-3aoj4G3npO/DYjRu55iP9Y79z3da0edClOJlWuQC//A=";
vendorHash = "sha256-Y1F+7bJwsUb09xTSRSdfa6bOPMFCkNBaNurrfB9IPCA=";
meta = with lib; {
description = "Command-line client for FI-TS Finance Cloud Native services";