auth0-cli: 1.0.0 -> 1.0.1

This commit is contained in:
R. Ryantm 2023-04-25 22:32:17 +00:00
parent 5167d6f405
commit bef3bb6d23

View file

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "auth0-cli"; pname = "auth0-cli";
version = "1.0.0"; version = "1.0.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "auth0"; owner = "auth0";
repo = "auth0-cli"; repo = "auth0-cli";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Zrv9Dj4TqMEgnWYNvBUbrPS6Ab23AkCn66hclPKH224="; hash = "sha256-mOG7N7+qmAw+D6Bp0QtyS3oualDD/fffDVCuidLJ+Pw=";
}; };
vendorHash = "sha256-MGMmWCe2LVIpK7O1e90Nvahbnu5sm9vK/4s0lPPpl1g="; vendorHash = "sha256-8t5qnHaZeZUxdk5DmIfOx86Zk9c9hJuxHjE6upqC638=";
ldflags = [ ldflags = [
"-s" "-w" "-s" "-w"