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

faas-cli: 0.16.17 -> 0.16.18
This commit is contained in:
Nick Cao
2023-11-21 21:03:37 -05:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@ let
in
buildGoModule rec {
pname = "faas-cli";
version = "0.16.17";
version = "0.16.18";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-AiYqMXLc8YaPILx5TnL8E3xrYCDqBUfI+zzFQIknNJE=";
sha256 = "sha256-qyMOHdOj47ef1NMBIO31xzopO6gOT96tvHhK/TO+E70=";
};
vendorHash = null;