auth0-cli: 1.17.1 -> 1.18.0 (#439440)

Changed files
+3 -3
pkgs
by-name
au
auth0-cli
+3 -3
pkgs/by-name/au/auth0-cli/package.nix
···
buildGoModule rec {
pname = "auth0-cli";
-
version = "1.17.1";
+
version = "1.18.0";
src = fetchFromGitHub {
owner = "auth0";
repo = "auth0-cli";
tag = "v${version}";
-
hash = "sha256-0FdKsLwONsTgysdxjaXvT4nRarPsNhKuBRRkk2ldz90=";
+
hash = "sha256-8U5jIzXh0bDKv72nPCsHa20Kzik3Gd/MUjTg6meHLiI=";
};
-
vendorHash = "sha256-JJ1ppCTgclxiljNsRlDP8KNlW/wCVFaV1ExXf1ItheU=";
+
vendorHash = "sha256-Js5yB9a54+98/yPWCvHaxniGwmHXl4hHKxDXGG6IxGQ=";
ldflags = [
"-s"