Unverified Commit 323c72e1 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

homebridge-config-ui-x: 5.8.0 -> 5.14.0 (#477189)

parents 10600125 ca5e6ba1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -12,23 +12,23 @@

buildNpmPackage (finalAttrs: {
  pname = "homebridge-config-ui-x";
  version = "5.8.0";
  version = "5.14.0";

  src = fetchFromGitHub {
    owner = "homebridge";
    repo = "homebridge-config-ui-x";
    tag = "v${finalAttrs.version}";
    hash = "sha256-pbE3s1MzZM8r29oJsZjHTCahRNuWExsvGfERue4RQv4=";
    hash = "sha256-CAdzkFuVuJtHoUUDBIRRzxRJiOtGUJFzS/lczYXTfRw=";
  };

  # Deps hash for the root package
  npmDepsHash = "sha256-L7sC/4iHSGE9H562pbtESkFpty6eGdmkU60dpUWPQaQ=";
  npmDepsHash = "sha256-73Xt2R3COL0WPgtqn3ZwGTmOHrNqHONrX3hQCU/v5y0=";

  # Deps src and hash for ui subdirectory
  npmDeps_ui = fetchNpmDeps {
    name = "npm-deps-ui";
    src = "${finalAttrs.src}/ui";
    hash = "sha256-Yhk7cplZlmcChKPmwoI192MJujuq+v8+JXT08rwfL3Q=";
    hash = "sha256-xtXAeTBryQt4FMvK3oXHJ3DdB/3umrSrmqZ3IIDgq2s=";
  };

  # Need to also run npm ci in the ui subdirectory