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

fits-cloudctl: 0.10.21 -> 0.10.22
This commit is contained in:
Jonas Heinrich 2022-09-11 17:24:25 +02:00 committed by GitHub
commit b42d9210d4
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.21";
version = "0.10.22";
src = fetchFromGitHub {
owner = "fi-ts";
repo = "cloudctl";
rev = "v${version}";
sha256 = "sha256-p9q0NVk+7jZ/DKxDjvvlfRKW9N1bk5jquxxQHmNE/3s=";
sha256 = "sha256-9Vl4FWmKaNWl5QcfFc5KDyLWMRmAEqkBwMqwqhXkjgo=";
};
vendorSha256 = "sha256-DRrf7VR1w35KRwokcDIBYr0pPmNREXiATRu4Cc+xegk=";
vendorSha256 = "sha256-10QeWL3tIcs2E4pK9UAY8C41YYjA3LHlvIbDhWVYATE=";
meta = with lib; {
description = "Command-line client for FI-TS Finance Cloud Native services";