Skip to content

Commit

Permalink
meilisearch: 1.11.1 → 1.11.3
Browse files Browse the repository at this point in the history
(cherry picked from commit 4869845)
  • Loading branch information
bbenno authored and github-actions[bot] committed Dec 13, 2024
1 parent c69a178 commit e103823
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions pkgs/servers/search/meilisearch/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkgs/servers/search/meilisearch/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}:

let
version = "1.11.1";
version = "1.11.3";
in
rustPlatform.buildRustPackage {
pname = "meilisearch";
Expand All @@ -19,7 +19,7 @@ rustPlatform.buildRustPackage {
owner = "meilisearch";
repo = "meiliSearch";
rev = "refs/tags/v${version}";
hash = "sha256-SxmN6CDgS4QrCdJPF36RyljvKXXhCuYzaJnpqROSY5U=";
hash = "sha256-CVofke9tOGeDEhRHEt6EYwT52eeAYNqlEd9zPpmXQ2U=";
};

cargoBuildFlags = [ "--package=meilisearch" ];
Expand Down

0 comments on commit e103823

Please sign in to comment.