faas-cli: 0.17.0 -> 0.17.1

This commit is contained in:
R. Ryantm
2025-01-29 20:53:36 +00:00
parent d20931e1a7
commit 7f6958df4c
+2 -2
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;