Merge pull request #234126 from r-ryantm/auto-update/faas-cli

faas-cli: 0.16.3 -> 0.16.4
This commit is contained in:
Nick Cao
2023-05-26 00:51:46 -06:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@ let
in
buildGoModule rec {
pname = "faas-cli";
version = "0.16.3";
version = "0.16.4";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-EfDPJdLqsqrNwkJYceZolvyEbQPaT0W0GxvnRBsfZpg=";
sha256 = "sha256-NKKkHn49nbnSirCHUEetn5qJN9r3Sp5aOJ+fWGi45xw=";
};
vendorHash = null;