tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
homebridge-config-ui-x: 5.4.1 -> 5.6.0
Frank Moda
5 months ago
1ccca64e
312338e6
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ho
homebridge-config-ui-x
package.nix
+4
-4
pkgs/by-name/ho/homebridge-config-ui-x/package.nix
···
11
11
12
12
buildNpmPackage (finalAttrs: {
13
13
pname = "homebridge-config-ui-x";
14
14
-
version = "5.4.1";
14
14
+
version = "5.6.0";
15
15
16
16
src = fetchFromGitHub {
17
17
owner = "homebridge";
18
18
repo = "homebridge-config-ui-x";
19
19
tag = "v${finalAttrs.version}";
20
20
-
hash = "sha256-EF2dluZ23lK4CGhpJtB24iWfzw0OM8hPNJMrOEulHCU=";
20
20
+
hash = "sha256-RsUrJ6WR78yN+thKbrN53S32XNZ8N4pSDAzzhGso01A=";
21
21
};
22
22
23
23
# Deps hash for the root package
24
24
-
npmDepsHash = "sha256-a19A7j2lGjmkuIL4BVFYq1jSe4PLcnKTBkrEtVnYyTg=";
24
24
+
npmDepsHash = "sha256-YFWbzhjUVMa9Do5TEVQPvXwwY9ap4j8kdbGVM2wCt4c=";
25
25
26
26
# Deps src and hash for ui subdirectory
27
27
npmDeps_ui = fetchNpmDeps {
28
28
name = "npm-deps-ui";
29
29
src = "${finalAttrs.src}/ui";
30
30
-
hash = "sha256-zKEsXxNEqCYm6LjKU6gr7QBNBJcdY22bod3CBf/8mHw=";
30
30
+
hash = "sha256-Y4rB1GzsFX9Uw+UeiYJPcD5+u2kpmZw0tWhsmzaWo04=";
31
31
};
32
32
33
33
# Need to also run npm ci in the ui subdirectory