meilisearch: 1.22.1 -> 1.27.0

This commit is contained in:
R. Ryantm
2025-11-30 06:34:27 +00:00
parent 0333aacd5c
commit 8cf65e0cce
+3 -3
View File
@@ -8,18 +8,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "meilisearch";
version = "1.22.1";
version = "1.27.0";
src = fetchFromGitHub {
owner = "meilisearch";
repo = "meiliSearch";
tag = "v${finalAttrs.version}";
hash = "sha256-RWHu77/GoSMzRU7KyKmu23DFwWn6RD3MUWUc5ICY1d8=";
hash = "sha256-tA2EN739QNNhMG1okfwBgOQLVah/p3PCFF1LESafFdY=";
};
cargoBuildFlags = [ "--package=meilisearch" ];
cargoHash = "sha256-xKBYumdb1vJS+UQF3yD/p+7FvWRfBKbLjOFiT7DVJ+o=";
cargoHash = "sha256-na6FArvYMaIenc/h9dKAzIcWZuz8Q3L+2uun39T9LTI=";
# Default features include mini dashboard which downloads something from the internet.
buildNoDefaultFeatures = true;