jfrog-cli: specify passthru.updateScript

This commit is contained in:
Aidan Gauland 2024-04-04 11:35:41 +13:00
parent 4ebca4f72e
commit 351e96ff3f
No known key found for this signature in database
GPG Key ID: 16E68DD2D0E77C91
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{ lib
, buildGoModule
, fetchFromGitHub
, nix-update-script
}:
buildGoModule rec {
@ -24,6 +25,8 @@ buildGoModule rec {
# Some of the tests require a writable $HOME
preCheck = "export HOME=$TMPDIR";
passthru.updateScript = nix-update-script { };
meta = with lib; {
homepage = "https://github.com/jfrog/jfrog-cli";
description = "Client for accessing to JFrog's Artifactory and Mission Control through their respective REST APIs";