faas-cli: 0.15.9 -> 0.16.3

This commit is contained in:
R. Ryantm
2023-04-18 01:28:47 +00:00
parent 39fe943511
commit 406ff6a75d
+3 -3
View File
@@ -18,16 +18,16 @@ let
in
buildGoModule rec {
pname = "faas-cli";
version = "0.15.9";
version = "0.16.3";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-DudZOIwpsa7VaOQMJ2P/mfWHWYwESNhDfIUbtMV5Es0=";
sha256 = "sha256-EfDPJdLqsqrNwkJYceZolvyEbQPaT0W0GxvnRBsfZpg=";
};
vendorSha256 = null;
vendorHash = null;
CGO_ENABLED = 0;