faas-cli: 0.16.25 -> 0.16.26

This commit is contained in:
R. Ryantm 2024-04-16 16:24:54 +00:00
parent 81a5d0fcbb
commit 2d95dfe90d
1 changed files with 2 additions and 2 deletions

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;