faas-cli: 0.16.26 -> 0.16.27

This commit is contained in:
R. Ryantm 2024-05-10 13:23:44 +00:00
parent 0c9055e823
commit 3b17a92cc6

View File

@ -18,13 +18,13 @@ let
in
buildGoModule rec {
pname = "faas-cli";
version = "0.16.26";
version = "0.16.27";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-eyQpeud0rW07eb6wtcTYem10LWf/g2dxRwQEMH29wL8=";
sha256 = "sha256-CZvIvvkDfpb4YPQIe5i8vZcmhLu7x0zTQGXCL8SxcvM=";
};
vendorHash = null;