Merge pull request #210053 from r-ryantm/auto-update/auth0-cli
auth0-cli: 0.11.10 -> 0.13.1
This commit is contained in:
commit
b12aa7c812
1 changed files with 9 additions and 5 deletions
|
@ -1,17 +1,20 @@
|
|||
{ lib, buildGoModule, fetchFromGitHub }:
|
||||
{ lib
|
||||
, buildGoModule
|
||||
, fetchFromGitHub
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "auth0-cli";
|
||||
version = "0.11.10";
|
||||
version = "0.13.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "auth0";
|
||||
repo = "auth0-cli";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-1/T2hpSNamorWFuaSBoLsGpe9I06HGew9S3yJsDLmLQ=";
|
||||
rev = "tags/release/v${version}";
|
||||
hash = "sha256-FotjdMbQXDwkURSeye86sIFN60V//UlF7kZrwfkvTGY=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-d9ZwK/LAZGgeagGsg3bGYnVykfQcCLUex0pe/PUCtkA=";
|
||||
vendorHash = "sha256-2lu8mlADpTjp11S/chz9Ow5W5dw5l6llitJxamNiyLg=";
|
||||
|
||||
ldflags = [
|
||||
"-s" "-w"
|
||||
|
@ -31,6 +34,7 @@ buildGoModule rec {
|
|||
meta = with lib; {
|
||||
description = "Supercharge your developer workflow";
|
||||
homepage = "https://auth0.github.io/auth0-cli";
|
||||
changelog = "https://github.com/auth0/auth0-cli/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ matthewcroughan ];
|
||||
mainProgram = "auth0";
|
||||
|
|
Loading…
Reference in a new issue