0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

auth0-cli: 1.13.0 -> 1.14.1

This commit is contained in:
R. Ryantm 2025-05-28 09:21:31 +00:00
parent 3f62a1ca1a
commit e5afc8efc3

View file

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "auth0-cli";
version = "1.13.0";
version = "1.14.1";
src = fetchFromGitHub {
owner = "auth0";
repo = "auth0-cli";
tag = "v${version}";
hash = "sha256-RcRJBW8FgCi9Lxz/KARql7ArozqYgttpQ9IXIKzvo6s=";
hash = "sha256-SrevadJWgs7nxRTfTG/3MhCaZ1F0F0re7q2KI4kPyeo=";
};
vendorHash = "sha256-6y2iGxaromnMYIU2rnvwmQwn8f1PdihB4DH9r5sRT68=";
vendorHash = "sha256-y7tRtK1R/K7JIcMIeGU1OXhl4Cs3L3zW5rtbTuvjQZc=";
ldflags = [
"-s"