7 pname = "qdrant-web-ui";
10 src = fetchFromGitHub {
12 repo = "qdrant-web-ui";
13 rev = "refs/tags/v${version}";
14 hash = "sha256-NNX//0ZkXYMaP14TI4BLMQI4jN+Mxc7uZu4rDZTXHG8=";
17 npmDepsHash = "sha256-ZCHsVIbtnfrksBmXbYkZLv4WH+DBNazHCOtsgi+PKPc=";
19 npmBuildScript = "build-qdrant";
28 description = "Self-hosted web UI for Qdrant";
29 homepage = "https://github.com/qdrant/qdrant-web-ui";
30 changelog = "https://github.com/qdrant/qdrant-web-ui/releases/tag/v${version}";
31 license = lib.licenses.asl20;
32 maintainers = with lib.maintainers; [ xzfc ];
33 platforms = lib.platforms.all;