fits-cloudctl: 0.11.3 -> 0.11.4

This commit is contained in:
R. Ryantm 2022-12-16 05:59:20 +00:00 committed by Frederik Rietdijk
parent a24ca432f2
commit d365e6b2e0

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "fits-cloudctl";
version = "0.11.3";
version = "0.11.4";
src = fetchFromGitHub {
owner = "fi-ts";
repo = "cloudctl";
rev = "v${version}";
sha256 = "sha256-wmkFBzfbMP1kwONpmchI/VQ6ti43pLC3AZfUGPNFzeI=";
sha256 = "sha256-rn9F6vCwnz+pweBPYskiAZSfwT9nOyFIJBA3xbmPDhk=";
};
vendorSha256 = "sha256-Y+RElir4mC6s5I8+mRtYYxYW/m9ihkjSWpG8mSZEjjA=";
vendorSha256 = "sha256-aime2pVJw3Bwt4KU2lxpYk0DmRphiZg3M32NWoGeZ+E=";
meta = with lib; {
description = "Command-line client for FI-TS Finance Cloud Native services";