faas-cli: 0.16.36 -> 0.16.37 (#351738)

This commit is contained in:
Nick Cao 2024-10-28 08:29:23 -04:00 committed by GitHub
commit 41f8f437b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;