fits-cloudctl: 0.10.6 -> 0.10.7

This commit is contained in:
R. Ryantm 2022-02-12 07:15:59 +00:00 committed by Jonathan Ringer
parent 39b9b58f23
commit 201cd74049

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "fits-cloudctl";
version = "0.10.6";
version = "0.10.7";
src = fetchFromGitHub {
owner = "fi-ts";
repo = "cloudctl";
rev = "v${version}";
sha256 = "sha256-GSdVwpYmJ3VnZaMQ8SjzcHpeefFjSaZXRcUAXEI9PKo=";
sha256 = "sha256-oqG9E1sSmpV2S7ywLCBRFs9d3Tbv5uxrbRh5DwpktkA=";
};
vendorSha256 = "sha256-4iQxqhXMGeMgHarjVY/rCLr7Am1mniqxTkMxbcp3fGI=";
vendorSha256 = "sha256-+2KgRGQIkTHbVzFIv0FVLWuDegk7pZ/H+u07A1PjM/4=";
meta = with lib; {
description = "Command-line client for FI-TS Finance Cloud Native services";