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

faas-cli: 0.16.16 -> 0.16.17
This commit is contained in:
OTABI Tomoya 2023-10-27 18:22:06 +09:00 committed by GitHub
commit 0219ae4c48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;