qdrant: 1.12.1 -> 1.13.4

This commit is contained in:
emaryn
2025-02-23 15:17:33 +08:00
parent 73bd4afeff
commit 346fb39c13
2 changed files with 7 additions and 7762 deletions
File diff suppressed because it is too large Load Diff
+7 -9
View File
@@ -10,26 +10,23 @@
nix-update-script,
Security,
SystemConfiguration,
rust-jemalloc-sys-unprefixed,
}:
rustPlatform.buildRustPackage rec {
pname = "qdrant";
version = "1.12.1";
version = "1.13.4";
src = fetchFromGitHub {
owner = "qdrant";
repo = "qdrant";
tag = "v${version}";
hash = "sha256-q99roKqeC8lra29gyJertJLnVNFvKRFZ2agREvHZx6k=";
hash = "sha256-77BuXTrQPtg7lus4WXukYSrJllR9hBMqn8+xAaq96z8=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"tar-0.4.41" = "sha256-32n96yoGbDzhgVZvISLGwxHuv7PGtxde5ma/YlsR1Gg=";
"wal-0.1.2" = "sha256-QcyS0v7O1BziVT3oahebpq+u4l5JGaujCaRIPdmsJl4=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-r+UilkSsV875j7tNkGJxuR/XC8Y1Fk4nqHYah9Z9q9c=";
nativeBuildInputs = [
protobuf
@@ -41,6 +38,7 @@ rustPlatform.buildRustPackage rec {
[
openssl
rust-jemalloc-sys
rust-jemalloc-sys-unprefixed
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
Security