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

fits-cloudctl: 0.11.2 -> 0.11.3
This commit is contained in:
Mario Rodas 2022-12-03 07:18:14 -05:00 committed by GitHub
commit 40dfb5f68d
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.2";
version = "0.11.3";
src = fetchFromGitHub {
owner = "fi-ts";
repo = "cloudctl";
rev = "v${version}";
sha256 = "sha256-y3sgk3BDyfByWKIY4wG/Od4Q3OhmDuFhkKlTQHa3TdE=";
sha256 = "sha256-wmkFBzfbMP1kwONpmchI/VQ6ti43pLC3AZfUGPNFzeI=";
};
vendorSha256 = "sha256-xTO7mxui9ydwjF3hudX2i8dP2xpsGM2X0cqq0oaK0HE=";
vendorSha256 = "sha256-Y+RElir4mC6s5I8+mRtYYxYW/m9ihkjSWpG8mSZEjjA=";
meta = with lib; {
description = "Command-line client for FI-TS Finance Cloud Native services";