jfrog-cli: specify passthru.updateScript
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user