mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
qdrant-web-ui: 0.1.39 -> 0.1.40
This commit is contained in:
parent
fe51d34885
commit
296e9aa675
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
||||||
}:
|
}:
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "qdrant-web-ui";
|
pname = "qdrant-web-ui";
|
||||||
version = "0.1.39";
|
version = "0.1.40";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "qdrant";
|
owner = "qdrant";
|
||||||
repo = "qdrant-web-ui";
|
repo = "qdrant-web-ui";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-xMVLZoboDiFYIPNkNgRuJQ0aUVi0Z8qHnD2ExTiIEwE=";
|
hash = "sha256-fkgTQZ5172T/reUk9luv9lWON1gkRO6sXPUmfe6f4oc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-HT7Lm4PUhVx/HJpeYpni3ZXZ/53Fyq2iTNtpK64XPtU=";
|
npmDepsHash = "sha256-tET15Dcu8V7ssHgjC09w2zcFSU8Oyb0V+nlpptxmqjo=";
|
||||||
|
|
||||||
npmBuildScript = "build-qdrant";
|
npmBuildScript = "build-qdrant";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue