Merge pull request #310160 from r-ryantm/auto-update/qdrant

qdrant: 1.9.0 -> 1.9.4
This commit is contained in:
Weijia Wang 2024-06-01 22:35:48 +02:00 committed by GitHub
commit ce6f5fd0f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 351 additions and 99 deletions

File diff suppressed because it is too large Load Diff

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 = {