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

fits-cloudctl: 0.10.4 -> 0.10.5
This commit is contained in:
Bobby Rong 2021-12-30 22:25:11 +08:00 committed by GitHub
commit 0959e15728
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.10.4";
version = "0.10.5";
src = fetchFromGitHub {
owner = "fi-ts";
repo = "cloudctl";
rev = "v${version}";
sha256 = "sha256-D5LICE7CAwCqvaHIYfRWC8Te4W0tGhKAETmus2qa0UM=";
sha256 = "sha256-l01c1tjS0L+T/kHreYx3A5/N/oRDuDywXS/GAvUCxSk=";
};
vendorSha256 = "sha256-ImKN3rNotgUkQaKzoetAEG6Q/zlfH8FTK4HTIO0xn4s=";
vendorSha256 = "sha256-iJlNNovsIgTOPfAzwqkumrmCQu2xI/neqH+Z4tvSXeY=";
meta = with lib; {
description = "Command-line client for FI-TS Finance Cloud Native services";