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

faas-cli: 0.16.23 -> 0.16.25
This commit is contained in:
Nick Cao 2024-04-11 09:21:00 -04:00 committed by GitHub
commit 506078d0b2
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.23";
version = "0.16.25";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-QbMwokFHaISvsNuHy/Do90bvXtwaJmie/hDLybuy2qk=";
sha256 = "sha256-6HX+n3OXSA2gJ0LW5zlH3FboM5RNaOI72EmnEI9wbFE=";
};
vendorHash = null;