meilisearch: 1.30.1 -> 1.31.0

Diff: https://github.com/meilisearch/meilisearch/compare/v1.30.1...v1.31.0
Changelog: https://github.com/meilisearch/meilisearch/releases/tag/v1.31.0

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
Muhammad Falak R Wani
2025-12-23 05:22:01 +00:00
parent e9fbb8a159
commit d0e6dd54e6
+3 -3
View File
@@ -8,18 +8,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "meilisearch";
version = "1.30.1";
version = "1.31.0";
src = fetchFromGitHub {
owner = "meilisearch";
repo = "meilisearch";
tag = "v${finalAttrs.version}";
hash = "sha256-Q2K4ojWrPI0XGVKnzS4DUz0y0G+DQdIGSGlbEEm/iEA=";
hash = "sha256-xwQxvyOaldcSyJBjQKLXTayvr3r9EwnXovkqs13XrUY=";
};
cargoBuildFlags = [ "--package=meilisearch" ];
cargoHash = "sha256-GoGarEEXAGgpTRMyRr+E6szIekf5AU+BAwtt+g/WZas=";
cargoHash = "sha256-gvXViWVgu3mAE29Qmk7U2wMV96JYCm3CDcEKLoLwNqg=";
# Default features include mini dashboard which downloads something from the internet.
buildNoDefaultFeatures = true;