Skip to content

Commit 76325d4

Browse files
authored
qdrant-web-ui: 0.1.34 -> 0.1.35 (NixOS#374332)
2 parents dc2cb24 + 52a3053 commit 76325d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/qd/qdrant-web-ui/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
}:
66
buildNpmPackage rec {
77
pname = "qdrant-web-ui";
8-
version = "0.1.34";
8+
version = "0.1.35";
99

1010
src = fetchFromGitHub {
1111
owner = "qdrant";
1212
repo = "qdrant-web-ui";
1313
tag = "v${version}";
14-
hash = "sha256-hLjoN0GxRKkEPRw5+ga597QNeuCxl9aZawezfQqBD7I=";
14+
hash = "sha256-kTXN+uouEf/szksu+rLAXW+As2YyrFF4i8AluFEPRUs=";
1515
};
1616

17-
npmDepsHash = "sha256-ccykE9W6koZ8BDtOZicou264/qwVtEuDdiinGF7rp5I=";
17+
npmDepsHash = "sha256-oZydAlmzNjjcuLtXfhBXrsuOBPyOsnRZZ7DzUVg0eas=";
1818

1919
npmBuildScript = "build-qdrant";
2020

0 commit comments

Comments
 (0)