meilisearch: 1.34.0 -> 1.34.1

This commit is contained in:
R. Ryantm
2026-01-27 12:24:44 +00:00
parent 8913af27d0
commit ef09ec31b3
+3 -3
View File
@@ -8,18 +8,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "meilisearch";
version = "1.34.0";
version = "1.34.1";
src = fetchFromGitHub {
owner = "meilisearch";
repo = "meilisearch";
tag = "v${finalAttrs.version}";
hash = "sha256-+YN00NdihRpv3XklZJArkQnK91fOCci+fqHCiW4qVj4=";
hash = "sha256-1wNaf36z4CIyhyhNOLZbKSSSIRjhTRB84hdkgtHU7rA=";
};
cargoBuildFlags = [ "--package=meilisearch" ];
cargoHash = "sha256-/3uIT8V9FRYqeJeW4UvWbakoG7fdkGk/RN4TUQKzoqo=";
cargoHash = "sha256-8o4q2K93geIs3Ru7yUFShqCqELchVb0N2p4qEle6wss=";
# Default features include mini dashboard which downloads something from the internet.
buildNoDefaultFeatures = true;