From be1416f43c62fd565c543069733f76dc6ac6e1a4 Mon Sep 17 00:00:00 2001 From: mlyxshi Date: Thu, 9 Jul 2026 21:49:06 +0800 Subject: [PATCH] komari-agent: updateScript use-github-releases --- pkgs/by-name/ko/komari-agent/package.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/ko/komari-agent/package.nix b/pkgs/by-name/ko/komari-agent/package.nix index b2bf904c6e73..280f8e295a4c 100644 --- a/pkgs/by-name/ko/komari-agent/package.nix +++ b/pkgs/by-name/ko/komari-agent/package.nix @@ -27,7 +27,9 @@ buildGoModule (finalAttrs: { # tests require network access doCheck = false; - passthru.updateScript = nix-update-script { }; + passthru.updateScript = nix-update-script { + extraArgs = [ "--use-github-releases" ]; + }; meta = { homepage = "https://github.com/komari-monitor/komari-agent";