adguardhome: fix automatic update
This commit is contained in:
@@ -20,8 +20,8 @@ buildGoModule (finalAttrs: {
|
|||||||
vendorHash = "sha256-qee3ifDDR1U23VZAu0gj1CPPaDrSQfwfrKte1OUZPlE=";
|
vendorHash = "sha256-qee3ifDDR1U23VZAu0gj1CPPaDrSQfwfrKte1OUZPlE=";
|
||||||
|
|
||||||
dashboard = buildNpmPackage {
|
dashboard = buildNpmPackage {
|
||||||
inherit (finalAttrs) src;
|
inherit (finalAttrs) src version;
|
||||||
name = "dashboard";
|
pname = "adguardhome-dashboard";
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
cd client
|
cd client
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user