jfrog-cli: specify passthru.updateScript

This commit is contained in:
Aidan Gauland
2024-04-18 09:49:54 +12:00
parent 4ebca4f72e
commit 351e96ff3f
+3
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";