Merge pull request #332980 from r-ryantm/auto-update/faas-cli

faas-cli: 0.16.31 -> 0.16.32
This commit is contained in:
Nick Cao
2024-08-07 14:29:48 -04:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@ let
in
buildGoModule rec {
pname = "faas-cli";
version = "0.16.31";
version = "0.16.32";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-RvDrdgHzGGjJorm55ksMk+YqPdBgQyWs1IDaxqOYON8=";
sha256 = "sha256-EqP1YStp8sUJq0zel9mTmi8SWHvObciUetRzAbo3rK8=";
};
vendorHash = null;