adguardhome: fix automatic update

This commit is contained in:
Yiyu Zhou
2025-11-13 21:18:07 +00:00
parent c870ad4862
commit 065da26e07

View File

@@ -20,8 +20,8 @@ buildGoModule (finalAttrs: {
vendorHash = "sha256-qee3ifDDR1U23VZAu0gj1CPPaDrSQfwfrKte1OUZPlE=";
dashboard = buildNpmPackage {
inherit (finalAttrs) src;
name = "dashboard";
inherit (finalAttrs) src version;
pname = "adguardhome-dashboard";
postPatch = ''
cd client
'';