faas-cli: 0.17.4 -> 0.17.5 (#423599)

Co-authored-by: welteki <han@openfaas.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-09 08:33:54 +00:00 committed by GitHub
commit 2e55ed5f59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,13 +24,13 @@ let
in in
buildGoModule rec { buildGoModule rec {
pname = "faas-cli"; pname = "faas-cli";
version = "0.17.4"; version = "0.17.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "openfaas"; owner = "openfaas";
repo = "faas-cli"; repo = "faas-cli";
rev = version; rev = version;
sha256 = "sha256-GM2gRfrdfUhfBn2atG21H7bNbW1HtgwQ7d7kMXvyMAs="; sha256 = "sha256-/gDst9XDh63j2ZfLfioIKcIiXbOGyJWvYIbQwbV6xOc=";
}; };
vendorHash = null; vendorHash = null;