faas-cli: 0.16.17 -> 0.16.18

This commit is contained in:
R. Ryantm 2023-11-21 23:54:24 +00:00
parent 1ea4a72aea
commit 63dbcafa66

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;