Merge pull request #336935 from bbigras/push-xmvmqtxmnwqo

cloudflared: add updateScript
This commit is contained in:
Atemu 2024-08-25 18:46:28 +02:00 committed by GitHub
commit 08460aa0aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@
, buildGoModule
, fetchFromGitHub
, callPackage
, gitUpdater
}:
buildGoModule rec {
@ -70,7 +71,10 @@ buildGoModule rec {
doCheck = !stdenv.isDarwin;
passthru.tests.simple = callPackage ./tests.nix { inherit version; };
passthru = {
tests.simple = callPackage ./tests.nix { inherit version; };
updateScript = gitUpdater { };
};
meta = with lib; {
description = "Cloudflare Tunnel daemon, Cloudflare Access toolkit, and DNS-over-HTTPS client";