auth0-cli: 0.11.10 -> 0.13.1

This commit is contained in:
R. Ryantm 2023-01-10 15:05:41 +00:00
parent 2add5f003a
commit adccc87311

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "auth0-cli";
version = "0.11.10";
version = "0.13.1";
src = fetchFromGitHub {
owner = "auth0";
repo = "auth0-cli";
rev = "v${version}";
hash = "sha256-1/T2hpSNamorWFuaSBoLsGpe9I06HGew9S3yJsDLmLQ=";
hash = "sha256-FotjdMbQXDwkURSeye86sIFN60V//UlF7kZrwfkvTGY=";
};
vendorHash = "sha256-d9ZwK/LAZGgeagGsg3bGYnVykfQcCLUex0pe/PUCtkA=";
vendorHash = "sha256-2lu8mlADpTjp11S/chz9Ow5W5dw5l6llitJxamNiyLg=";
ldflags = [
"-s" "-w"