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

fits-cloudctl: 0.11.4 -> 0.11.5
This commit is contained in:
Nick Cao 2023-04-03 09:45:54 +08:00 committed by GitHub
commit 9ed024e063
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.4";
version = "0.11.5";
src = fetchFromGitHub {
owner = "fi-ts";
repo = "cloudctl";
rev = "v${version}";
sha256 = "sha256-rn9F6vCwnz+pweBPYskiAZSfwT9nOyFIJBA3xbmPDhk=";
sha256 = "sha256-kuhkB6kRBN0R+OkhCKjX1j0YAjEdbhWyr++NB3IYq4U=";
};
vendorSha256 = "sha256-aime2pVJw3Bwt4KU2lxpYk0DmRphiZg3M32NWoGeZ+E=";
vendorHash = "sha256-CQrGZIViuIYsmm2qEiJu5DMAZgx+ZUsSEND8WF1oag0=";
meta = with lib; {
description = "Command-line client for FI-TS Finance Cloud Native services";