Unverified Commit 2ce1ccb3 authored by dish's avatar dish Committed by GitHub
Browse files

homebridge-config-ui-x: 5.4.1 -> 5.6.0 (#442090)

parents 5a0a350b 1ccca64e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -11,23 +11,23 @@

buildNpmPackage (finalAttrs: {
  pname = "homebridge-config-ui-x";
  version = "5.4.1";
  version = "5.6.0";

  src = fetchFromGitHub {
    owner = "homebridge";
    repo = "homebridge-config-ui-x";
    tag = "v${finalAttrs.version}";
    hash = "sha256-EF2dluZ23lK4CGhpJtB24iWfzw0OM8hPNJMrOEulHCU=";
    hash = "sha256-RsUrJ6WR78yN+thKbrN53S32XNZ8N4pSDAzzhGso01A=";
  };

  # Deps hash for the root package
  npmDepsHash = "sha256-a19A7j2lGjmkuIL4BVFYq1jSe4PLcnKTBkrEtVnYyTg=";
  npmDepsHash = "sha256-YFWbzhjUVMa9Do5TEVQPvXwwY9ap4j8kdbGVM2wCt4c=";

  # Deps src and hash for ui subdirectory
  npmDeps_ui = fetchNpmDeps {
    name = "npm-deps-ui";
    src = "${finalAttrs.src}/ui";
    hash = "sha256-zKEsXxNEqCYm6LjKU6gr7QBNBJcdY22bod3CBf/8mHw=";
    hash = "sha256-Y4rB1GzsFX9Uw+UeiYJPcD5+u2kpmZw0tWhsmzaWo04=";
  };

  # Need to also run npm ci in the ui subdirectory