faas-cli: 0.16.36 -> 0.16.37

This commit is contained in:
R. Ryantm 2024-10-27 19:37:07 +00:00
parent 3e32c07b1b
commit da62d70a97

View File

@ -18,13 +18,13 @@ let
in
buildGoModule rec {
pname = "faas-cli";
version = "0.16.36";
version = "0.16.37";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-5wvVwUj4JqHHZ/Q7s65nlCYENgHENma3IuUsNwcNJ9M=";
sha256 = "sha256-DGtIoX0cvhnHYD+xBV6lW703onupLpF/QYH75rt23Q4=";
};
vendorHash = null;