Skip to content

Commit a977f81

Browse files
authored
qdrant: 1.13.4 -> 1.13.6 (#393023)
2 parents 5d3f114 + 3a11d24 commit a977f81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/servers/search/qdrant/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515

1616
rustPlatform.buildRustPackage rec {
1717
pname = "qdrant";
18-
version = "1.13.4";
18+
version = "1.13.6";
1919

2020
src = fetchFromGitHub {
2121
owner = "qdrant";
2222
repo = "qdrant";
2323
tag = "v${version}";
24-
hash = "sha256-77BuXTrQPtg7lus4WXukYSrJllR9hBMqn8+xAaq96z8=";
24+
hash = "sha256-l/nWlpV3eecTzFK3MnHzmXGYocxKw+YPsyfHWuE/rwg=";
2525
};
2626

2727
useFetchCargoVendor = true;
2828

29-
cargoHash = "sha256-r+UilkSsV875j7tNkGJxuR/XC8Y1Fk4nqHYah9Z9q9c=";
29+
cargoHash = "sha256-VUUL+oz8nCCNvDohDLfRai+KKd6uG0RLti31mk40wVY=";
3030

3131
nativeBuildInputs = [
3232
protobuf

0 commit comments

Comments
 (0)