fits-cloudctl: update vendorSha256

This commit is contained in:
zowoq 2022-01-31 16:48:54 +10:00
parent 21751fb255
commit 0781c439ac
2 changed files with 4 additions and 2 deletions

View file

@ -14,7 +14,7 @@ buildGoModule rec {
sha256 = "sha256-GSdVwpYmJ3VnZaMQ8SjzcHpeefFjSaZXRcUAXEI9PKo=";
};
vendorSha256 = "sha256-RZ4cy9XHpWRP85G4A1/qYPjt/4CZ7pgECf+rsViPjGE=";
vendorSha256 = "sha256-4iQxqhXMGeMgHarjVY/rCLr7Am1mniqxTkMxbcp3fGI=";
meta = with lib; {
description = "Command-line client for FI-TS Finance Cloud Native services";

View file

@ -3062,7 +3062,9 @@ with pkgs;
firestarter = callPackage ../applications/misc/firestarter { };
fits-cloudctl = callPackage ../tools/admin/fits-cloudctl { };
fits-cloudctl = callPackage ../tools/admin/fits-cloudctl {
buildGoModule = buildGo117Module;
};
flitter = callPackage ../tools/misc/flitter { };