fits-cloudctl: 0.11.4 -> 0.11.5

This commit is contained in:
R. Ryantm
2023-04-02 20:16:44 +00:00
parent f5c732d453
commit 78c42d6943
+3 -3
View File
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "fits-cloudctl";
version = "0.11.4";
version = "0.11.5";
src = fetchFromGitHub {
owner = "fi-ts";
repo = "cloudctl";
rev = "v${version}";
sha256 = "sha256-rn9F6vCwnz+pweBPYskiAZSfwT9nOyFIJBA3xbmPDhk=";
sha256 = "sha256-kuhkB6kRBN0R+OkhCKjX1j0YAjEdbhWyr++NB3IYq4U=";
};
vendorSha256 = "sha256-aime2pVJw3Bwt4KU2lxpYk0DmRphiZg3M32NWoGeZ+E=";
vendorHash = "sha256-CQrGZIViuIYsmm2qEiJu5DMAZgx+ZUsSEND8WF1oag0=";
meta = with lib; {
description = "Command-line client for FI-TS Finance Cloud Native services";