faas-cli: 0.17.8 -> 0.18.0 (#463292)

This commit is contained in:
Weijia Wang
2026-01-31 20:58:37 +00:00
committed by GitHub
+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;