Skip to content

Commit

Permalink
Merge pull request #226741 from r-ryantm/auto-update/auth0-cli
Browse files Browse the repository at this point in the history
auth0-cli: 0.13.1 -> 1.0.0
  • Loading branch information
wegank authored Apr 19, 2023
2 parents 066e333 + 3696d5e commit f377d61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/admin/auth0-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "auth0-cli";
version = "0.13.1";
version = "1.0.0";

src = fetchFromGitHub {
owner = "auth0";
repo = "auth0-cli";
rev = "v${version}";
hash = "sha256-FotjdMbQXDwkURSeye86sIFN60V//UlF7kZrwfkvTGY=";
hash = "sha256-Zrv9Dj4TqMEgnWYNvBUbrPS6Ab23AkCn66hclPKH224=";
};

vendorHash = "sha256-2lu8mlADpTjp11S/chz9Ow5W5dw5l6llitJxamNiyLg=";
vendorHash = "sha256-MGMmWCe2LVIpK7O1e90Nvahbnu5sm9vK/4s0lPPpl1g=";

ldflags = [
"-s" "-w"
Expand Down

0 comments on commit f377d61

Please sign in to comment.