faas-cli: 0.18.10 -> 0.18.11

This commit is contained in:
R. Ryantm
2026-07-23 00:39:29 +00:00
parent a32b02e167
commit 30883dfeab
+2 -2
View File
@@ -24,13 +24,13 @@ let
in
buildGoModule (finalAttrs: {
pname = "faas-cli";
version = "0.18.10";
version = "0.18.11";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = finalAttrs.version;
sha256 = "sha256-MctMhuaXJpm25VKqlhaAPG2QzSDQ//Ei8B1lRCKdz68=";
sha256 = "sha256-4bfp9nM6cAglx9mNzjQZ4uo6nJNWI9Q9g9zIdkev9FM=";
};
vendorHash = null;