qdrant: 1.9.0 -> 1.9.4

This commit is contained in:
R. Ryantm
2024-06-01 10:18:55 +00:00
parent 66ded85976
commit 0cf40cd9ef
2 changed files with 351 additions and 99 deletions
+349 -97
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -13,13 +13,13 @@
rustPlatform.buildRustPackage rec {
pname = "qdrant";
version = "1.9.0";
version = "1.9.4";
src = fetchFromGitHub {
owner = "qdrant";
repo = "qdrant";
rev = "refs/tags/v${version}";
sha256 = "sha256-SirqQW/OxFvsyra80znSDakHwFjHk2YkpAaNwXnbK60=";
sha256 = "sha256-jpZJtnQx8r9j12GObXxcpzH0i1rJe46qYodLhWlWLMY=";
};
cargoLock = {