We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b48b2e commit 3a11d24Copy full SHA for 3a11d24
pkgs/servers/search/qdrant/default.nix
@@ -15,18 +15,18 @@
15
16
rustPlatform.buildRustPackage rec {
17
pname = "qdrant";
18
- version = "1.13.4";
+ version = "1.13.6";
19
20
src = fetchFromGitHub {
21
owner = "qdrant";
22
repo = "qdrant";
23
tag = "v${version}";
24
- hash = "sha256-77BuXTrQPtg7lus4WXukYSrJllR9hBMqn8+xAaq96z8=";
+ hash = "sha256-l/nWlpV3eecTzFK3MnHzmXGYocxKw+YPsyfHWuE/rwg=";
25
};
26
27
useFetchCargoVendor = true;
28
29
- cargoHash = "sha256-r+UilkSsV875j7tNkGJxuR/XC8Y1Fk4nqHYah9Z9q9c=";
+ cargoHash = "sha256-VUUL+oz8nCCNvDohDLfRai+KKd6uG0RLti31mk40wVY=";
30
31
nativeBuildInputs = [
32
protobuf
0 commit comments