meilisearch: 1.30.0 -> 1.30.1

This commit is contained in:
Diogo Correia
2025-12-20 19:19:53 +00:00
parent 3e2dc72078
commit 45fbb84d57
+3 -3
View File
@@ -8,18 +8,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "meilisearch";
version = "1.30.0";
version = "1.30.1";
src = fetchFromGitHub {
owner = "meilisearch";
repo = "meiliSearch";
tag = "v${finalAttrs.version}";
hash = "sha256-oq/jP+b4KwjpVvj/yBmzIOm+TM13dup40dAD0ID2Juc=";
hash = "sha256-Q2K4ojWrPI0XGVKnzS4DUz0y0G+DQdIGSGlbEEm/iEA=";
};
cargoBuildFlags = [ "--package=meilisearch" ];
cargoHash = "sha256-ooggvDUSrtY6X+GGHjU/rsP/q9Br2OUMTvVYUfVdAtk=";
cargoHash = "sha256-GoGarEEXAGgpTRMyRr+E6szIekf5AU+BAwtt+g/WZas=";
# Default features include mini dashboard which downloads something from the internet.
buildNoDefaultFeatures = true;