faas-cli: 0.17.4 -> 0.17.5

This commit is contained in:
R. Ryantm
2025-07-08 19:57:25 +00:00
parent 651322d68b
commit 428c7db633
+2 -2
View File
@@ -24,13 +24,13 @@ let
in
buildGoModule rec {
pname = "faas-cli";
version = "0.17.4";
version = "0.17.5";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-GM2gRfrdfUhfBn2atG21H7bNbW1HtgwQ7d7kMXvyMAs=";
sha256 = "sha256-/gDst9XDh63j2ZfLfioIKcIiXbOGyJWvYIbQwbV6xOc=";
};
vendorHash = null;