homebridge-config-ui-x: 5.6.0 -> 5.8.0 (#447236)
This commit is contained in:
@@ -12,23 +12,23 @@
|
|||||||
|
|
||||||
buildNpmPackage (finalAttrs: {
|
buildNpmPackage (finalAttrs: {
|
||||||
pname = "homebridge-config-ui-x";
|
pname = "homebridge-config-ui-x";
|
||||||
version = "5.6.0";
|
version = "5.8.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "homebridge";
|
owner = "homebridge";
|
||||||
repo = "homebridge-config-ui-x";
|
repo = "homebridge-config-ui-x";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-RsUrJ6WR78yN+thKbrN53S32XNZ8N4pSDAzzhGso01A=";
|
hash = "sha256-pbE3s1MzZM8r29oJsZjHTCahRNuWExsvGfERue4RQv4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Deps hash for the root package
|
# Deps hash for the root package
|
||||||
npmDepsHash = "sha256-YFWbzhjUVMa9Do5TEVQPvXwwY9ap4j8kdbGVM2wCt4c=";
|
npmDepsHash = "sha256-L7sC/4iHSGE9H562pbtESkFpty6eGdmkU60dpUWPQaQ=";
|
||||||
|
|
||||||
# Deps src and hash for ui subdirectory
|
# Deps src and hash for ui subdirectory
|
||||||
npmDeps_ui = fetchNpmDeps {
|
npmDeps_ui = fetchNpmDeps {
|
||||||
name = "npm-deps-ui";
|
name = "npm-deps-ui";
|
||||||
src = "${finalAttrs.src}/ui";
|
src = "${finalAttrs.src}/ui";
|
||||||
hash = "sha256-Y4rB1GzsFX9Uw+UeiYJPcD5+u2kpmZw0tWhsmzaWo04=";
|
hash = "sha256-Yhk7cplZlmcChKPmwoI192MJujuq+v8+JXT08rwfL3Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Need to also run npm ci in the ui subdirectory
|
# Need to also run npm ci in the ui subdirectory
|
||||||
|
|||||||
Reference in New Issue
Block a user