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

fits-cloudctl: 0.12.11 -> 0.12.12
This commit is contained in:
Nick Cao 2023-12-26 11:21:22 -05:00 committed by GitHub
commit d577a11c01
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.12.11";
version = "0.12.12";
src = fetchFromGitHub {
owner = "fi-ts";
repo = "cloudctl";
rev = "v${version}";
sha256 = "sha256-rp5iMp6Ah2JESpY8mdwez25D9GghoIMUqMNst72z2fM=";
sha256 = "sha256-jNs1I6aVmyHbVghO30r6+gVg0vVLqHpddX1KVX1Xh+s=";
};
vendorHash = "sha256-3RowPOLtEDxXFcb2KizuVP3O0uTwkuUQ8UB2AFPaVVE=";
vendorHash = "sha256-NR5Jw4zCYRg6xc9priCVNH+9wOVWx3bmstc3nkQDmv8=";
meta = with lib; {
description = "Command-line client for FI-TS Finance Cloud Native services";