Skip to content

Commit

Permalink
Merge pull request NixOS#334453 from r-ryantm/auto-update/auth0-cli
Browse files Browse the repository at this point in the history
auth0-cli: 1.4.0 -> 1.5.0
  • Loading branch information
fabaff authored Aug 15, 2024
2 parents ca154c8 + d1241f1 commit 1688a9b
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 = "1.4.0";
version = "1.5.0";

src = fetchFromGitHub {
owner = "auth0";
repo = "auth0-cli";
rev = "refs/tags/v${version}";
hash = "sha256-j7HT57/4rrrVkx9Zz+XuWD6UL0spdej+U5gWtFo1FSI=";
hash = "sha256-C4zKWMrWGrnamlcugrOUUUdCUwYDgiD6XKdBQ3bBWFI=";
};

vendorHash = "sha256-bWAneCRsQbPRxEM/3jr1/Lov6NV67MRycOgrlj3bKF8=";
vendorHash = "sha256-VeH7EDMNrdJSWHioz2O29NiGtC59IdWYww3WoABO4LY=";

ldflags = [
"-s"
Expand Down

0 comments on commit 1688a9b

Please sign in to comment.