faas-cli: 0.17.0 -> 0.17.1 (#377818)

This commit is contained in:
Nick Cao 2025-01-29 16:22:38 -05:00 committed by GitHub
commit c473c4d711
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,13 +18,13 @@ let
in
buildGoModule rec {
pname = "faas-cli";
version = "0.17.0";
version = "0.17.1";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-ZyRKcvHCZ7xpZ2KeQRMYn7W0YI+qp29C3H26Uk55Vuw=";
sha256 = "sha256-pCzYfsL4ZQOyxEpg//Edh+dengXkx6G+OWMNPfIPM+o=";
};
vendorHash = null;