auth0-cli: 1.8.0 -> 1.9.0

This commit is contained in:
R. Ryantm 2025-02-07 00:34:16 +00:00
parent 00d32b5778
commit a378c43140

View File

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "auth0-cli"; pname = "auth0-cli";
version = "1.8.0"; version = "1.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "auth0"; owner = "auth0";
repo = "auth0-cli"; repo = "auth0-cli";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-D982lmu44JFrxGcn0G1BssGkE3juUoB6qbCHWCTg9kw="; hash = "sha256-hX4KzDIR0CLcEoY5XOcSmSVn/ORW8JsGZrUQYTh5L/k=";
}; };
vendorHash = "sha256-OEHJTMcoaB4BZ06GjXIFPbCyoMGeumjTzWWFmgqLML8="; vendorHash = "sha256-GVaazikFySK+qDGRSA2n7q5amqgUVvPY5VRFh5JXEiI=";
ldflags = [ ldflags = [
"-s" "-s"