homebridge-config-ui-x: 5.4.1 -> 5.6.0

+4 -4
+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 - version = "5.4.1"; 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 - hash = "sha256-EF2dluZ23lK4CGhpJtB24iWfzw0OM8hPNJMrOEulHCU="; 20 + hash = "sha256-RsUrJ6WR78yN+thKbrN53S32XNZ8N4pSDAzzhGso01A="; 21 21 }; 22 22 23 23 # Deps hash for the root package 24 - npmDepsHash = "sha256-a19A7j2lGjmkuIL4BVFYq1jSe4PLcnKTBkrEtVnYyTg="; 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 - hash = "sha256-zKEsXxNEqCYm6LjKU6gr7QBNBJcdY22bod3CBf/8mHw="; 30 + hash = "sha256-Y4rB1GzsFX9Uw+UeiYJPcD5+u2kpmZw0tWhsmzaWo04="; 31 31 }; 32 32 33 33 # Need to also run npm ci in the ui subdirectory