Revert "auth0-cli: 1.4.0 -> 1.5.0"

This commit is contained in:
Fabian Affolter 2024-08-20 22:12:15 +02:00 committed by GitHub
parent dc7379e04f
commit f351a043b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "auth0-cli"; pname = "auth0-cli";
version = "1.5.0"; version = "1.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "auth0"; owner = "auth0";
repo = "auth0-cli"; repo = "auth0-cli";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-C4zKWMrWGrnamlcugrOUUUdCUwYDgiD6XKdBQ3bBWFI="; hash = "sha256-j7HT57/4rrrVkx9Zz+XuWD6UL0spdej+U5gWtFo1FSI=";
}; };
vendorHash = "sha256-VeH7EDMNrdJSWHioz2O29NiGtC59IdWYww3WoABO4LY="; vendorHash = "sha256-bWAneCRsQbPRxEM/3jr1/Lov6NV67MRycOgrlj3bKF8=";
ldflags = [ ldflags = [
"-s" "-s"