adguardhome: fix automatic update

This commit is contained in:
Yiyu Zhou
2025-11-14 13:16:46 -08:00
parent c870ad4862
commit 065da26e07
+2 -2
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
'';