faas-cli: 0.17.8 -> 0.18.0

This commit is contained in:
R. Ryantm
2025-11-19 20:55:27 +00:00
parent a7e3137d88
commit 479fcc9c8d
+2 -2
View File
@@ -24,13 +24,13 @@ let
in
buildGoModule rec {
pname = "faas-cli";
version = "0.17.8";
version = "0.18.0";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-gyd9uX5i5nl7x476SGfBwWUL1hTLsPCCdsmwo783x5Q=";
sha256 = "sha256-ggDfHqGu17nSxRNZESBLn8MYrvSU+ItQubNdUCAFK1c=";
};
vendorHash = null;