meilisearch: 1.34.1 -> 1.34.3

Fixes startup issue when using with the NixOS module.
This commit is contained in:
Diogo Correia
2026-01-28 18:22:44 +00:00
parent 2e04ce74b9
commit c3556dd682
+3 -3
View File
@@ -8,18 +8,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "meilisearch";
version = "1.34.1";
version = "1.34.3";
src = fetchFromGitHub {
owner = "meilisearch";
repo = "meilisearch";
tag = "v${finalAttrs.version}";
hash = "sha256-1wNaf36z4CIyhyhNOLZbKSSSIRjhTRB84hdkgtHU7rA=";
hash = "sha256-aO2OEXnYnejG3/7rVtpgIuPJkFW2clj4HooIWoEWDcE=";
};
cargoBuildFlags = [ "--package=meilisearch" ];
cargoHash = "sha256-8o4q2K93geIs3Ru7yUFShqCqELchVb0N2p4qEle6wss=";
cargoHash = "sha256-ZnztQOL+q+Bk+Vms5NiBVG2FrzKS0Cn+S3COWMe+tbw=";
# Default features include mini dashboard which downloads something from the internet.
buildNoDefaultFeatures = true;