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

fits-cloudctl: 0.12.13 -> 0.12.16
This commit is contained in:
Weijia Wang 2024-03-07 10:47:53 +01:00 committed by GitHub
commit c3acc4173e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "fits-cloudctl";
version = "0.12.13";
version = "0.12.16";
src = fetchFromGitHub {
owner = "fi-ts";
repo = "cloudctl";
rev = "v${version}";
sha256 = "sha256-Vb7jBgk052WBnlUgS5lVooi/bY49rRqCWbOO4cPkPx4=";
hash = "sha256-5Uf4glKRbxlC7ZdBW51Ter9SBt5rwas+eD4KYWOqPss=";
};
vendorHash = "sha256-NR5Jw4zCYRg6xc9priCVNH+9wOVWx3bmstc3nkQDmv8=";
vendorHash = "sha256-GFMnBd5HmjFcMhayL1enQuNxXyVdLb6RLakHNxguXks=";
meta = with lib; {
description = "Command-line client for FI-TS Finance Cloud Native services";