faas-cli: 0.18.0 -> 0.18.1

This commit is contained in:
R. Ryantm
2026-02-27 16:06:47 +00:00
parent 636f6c715f
commit d5f4ef0bbc
+2 -2
View File
@@ -24,13 +24,13 @@ let
in
buildGoModule (finalAttrs: {
pname = "faas-cli";
version = "0.18.0";
version = "0.18.1";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = finalAttrs.version;
sha256 = "sha256-ggDfHqGu17nSxRNZESBLn8MYrvSU+ItQubNdUCAFK1c=";
sha256 = "sha256-4YypgdxWbODiFmbSsIx7Prc+YTP1OFvRi3upfBvYTrQ=";
};
vendorHash = null;