Unverified Commit 08460aa0 authored by Atemu's avatar Atemu Committed by GitHub
Browse files

Merge pull request #336935 from bbigras/push-xmvmqtxmnwqo

cloudflared: add updateScript
parents e69fc881 1b03e7d8
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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";