faas-cli: 0.16.32 -> 0.16.34

This commit is contained in:
R. Ryantm
2024-08-14 16:26:18 +00:00
parent c4a0a122c0
commit 413b69c6b2
+2 -2
View File
@@ -18,13 +18,13 @@ let
in
buildGoModule rec {
pname = "faas-cli";
version = "0.16.32";
version = "0.16.34";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-EqP1YStp8sUJq0zel9mTmi8SWHvObciUetRzAbo3rK8=";
sha256 = "sha256-vz/RMwmZYCG76lZyloRz1CyLJuj+fK8oAaK1GqW6bvE=";
};
vendorHash = null;