fits-cloudctl: 0.12.18 -> 0.12.19

This commit is contained in:
R. Ryantm
2024-05-10 13:56:38 +00:00
parent 0c9055e823
commit 6c36d24bda
+3 -3
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";