faas-cli: 0.16.16 -> 0.16.17

This commit is contained in:
R. Ryantm 2023-10-26 23:13:36 +00:00
parent adcaf3962d
commit 6d509627e2

View File

@ -18,13 +18,13 @@ let
in
buildGoModule rec {
pname = "faas-cli";
version = "0.16.16";
version = "0.16.17";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-QYwUXZdix5GeOYF3F9XR4lIE9cKZGGgEOtROzirLw3o=";
sha256 = "sha256-AiYqMXLc8YaPILx5TnL8E3xrYCDqBUfI+zzFQIknNJE=";
};
vendorHash = null;