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

fits-cloudctl: 0.11.13 -> 0.12.6
This commit is contained in:
Mario Rodas 2023-10-28 08:22:53 -05:00 committed by GitHub
commit 37c697918d
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.13";
version = "0.12.6";
src = fetchFromGitHub {
owner = "fi-ts";
repo = "cloudctl";
rev = "v${version}";
sha256 = "sha256-S4XouqqIBalXqfznrJ8F2TxU9h+gqObnjRXEQnj67LQ=";
sha256 = "sha256-WecKgLnfasqNp4G9e24EPjSeA9dqiEhl8KjVQ/KbmKk=";
};
vendorHash = "sha256-Y1F+7bJwsUb09xTSRSdfa6bOPMFCkNBaNurrfB9IPCA=";
vendorHash = "sha256-f9KJyMu4WD96IPTWSuGfQDZvayEbZ+1KeQj/99Ck/I4=";
meta = with lib; {
description = "Command-line client for FI-TS Finance Cloud Native services";