auth0-cli: 1.1.2 -> 1.4.0

https://github.com/auth0/auth0-cli/releases/tag/v1.4.0
This commit is contained in:
Jess Bodzo 2024-04-05 11:19:45 -04:00
parent 11486e15b5
commit 042a17e5fe
No known key found for this signature in database
GPG Key ID: 7EA7DDF0F9308088
1 changed files with 3 additions and 3 deletions

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "auth0-cli";
version = "1.1.2";
version = "1.4.0";
src = fetchFromGitHub {
owner = "auth0";
repo = "auth0-cli";
rev = "v${version}";
hash = "sha256-EJH+Vn7wvrQ2umjmSXHjbgf2uf/kRbDoo0usTMqDFo4=";
hash = "sha256-j7HT57/4rrrVkx9Zz+XuWD6UL0spdej+U5gWtFo1FSI=";
};
vendorHash = "sha256-T8y7MPFebDU6skfz4Rqo0ElRRaldtfexOl99D7h+orU=";
vendorHash = "sha256-bWAneCRsQbPRxEM/3jr1/Lov6NV67MRycOgrlj3bKF8=";
ldflags = [
"-s" "-w"