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

fits-cloudctl: 0.12.18 -> 0.12.19
This commit is contained in:
Nick Cao 2024-05-11 10:00:27 -04:00 committed by GitHub
commit 353c0164e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "fits-cloudctl";
version = "0.12.18";
version = "0.12.19";
src = fetchFromGitHub {
owner = "fi-ts";
repo = "cloudctl";
rev = "v${version}";
hash = "sha256-ScHdYSDZVs9YYIh1/U/8ZcGa9BF5L+fIHnSHWSRlB4k=";
hash = "sha256-4R+wBjlCjk/7/iucC3zptrQ5D5wtQeqdeyfJ1DiFusY=";
};
vendorHash = "sha256-7vIcfxDmO8tmVewRDx6JhOgtkKeHOk0qyFZf1U0VQs4=";
vendorHash = "sha256-mK10DxDUrEkCdumq6MM6h7B8C8P1hGE466ko3yj1kto=";
meta = with lib; {
description = "Command-line client for FI-TS Finance Cloud Native services";