fits-cloudctl: 0.11.1 -> 0.11.2

This commit is contained in:
R. Ryantm 2022-11-11 03:11:29 +00:00 committed by Bobby Rong
parent 49e27d15c0
commit fe5e9cea33

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "fits-cloudctl";
version = "0.11.1";
version = "0.11.2";
src = fetchFromGitHub {
owner = "fi-ts";
repo = "cloudctl";
rev = "v${version}";
sha256 = "sha256-QFmrBxNFzKrlvni2wbxM2tQP7z+QjLi9S7gqkVFWOmU=";
sha256 = "sha256-y3sgk3BDyfByWKIY4wG/Od4Q3OhmDuFhkKlTQHa3TdE=";
};
vendorSha256 = "sha256-aH1WGL7crF9VXHgcVxR0K3dNkV/J0wcBKgS9103dPes=";
vendorSha256 = "sha256-xTO7mxui9ydwjF3hudX2i8dP2xpsGM2X0cqq0oaK0HE=";
meta = with lib; {
description = "Command-line client for FI-TS Finance Cloud Native services";