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

faas-cli: 0.16.25 -> 0.16.26
This commit is contained in:
Aleksana
2024-04-17 21:13:49 +08:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@ let
in
buildGoModule rec {
pname = "faas-cli";
version = "0.16.25";
version = "0.16.26";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-6HX+n3OXSA2gJ0LW5zlH3FboM5RNaOI72EmnEI9wbFE=";
sha256 = "sha256-eyQpeud0rW07eb6wtcTYem10LWf/g2dxRwQEMH29wL8=";
};
vendorHash = null;