Skip to content

Commit 2c76692

Browse files
authored
meilisearch: 1.10.3 -> 1.11.1 (#352416)
2 parents 5763214 + 2e5d059 commit 2c76692

File tree

2 files changed

+56
-36
lines changed

2 files changed

+56
-36
lines changed

pkgs/servers/search/meilisearch/Cargo.lock

Lines changed: 53 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/servers/search/meilisearch/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}:
1111

1212
let
13-
version = "1.10.3";
13+
version = "1.11.1";
1414
in
1515
rustPlatform.buildRustPackage {
1616
pname = "meilisearch";
@@ -20,14 +20,15 @@ rustPlatform.buildRustPackage {
2020
owner = "meilisearch";
2121
repo = "meiliSearch";
2222
rev = "refs/tags/v${version}";
23-
hash = "sha256-OKy4y11akNGGrRzMHbIWe3MpZCz7qyofsJMAL06NDpo=";
23+
hash = "sha256-SxmN6CDgS4QrCdJPF36RyljvKXXhCuYzaJnpqROSY5U=";
2424
};
2525

2626
cargoBuildFlags = [ "--package=meilisearch" ];
2727

2828
cargoLock = {
2929
lockFile = ./Cargo.lock;
3030
outputHashes = {
31+
"rhai-1.20.0" = "sha256-lirpciSMM+OJh6Z4Ok3nZyJSdP8SNyUG15T9QqPNjII=";
3132
"hf-hub-0.3.2" = "sha256-tsn76b+/HRvPnZ7cWd8SBcEdnMPtjUEIRJipOJUbz54=";
3233
"tokenizers-0.15.2" = "sha256-lWvCu2hDJFzK6IUBJ4yeL4eZkOA08LHEMfiKXVvkog8=";
3334
};

0 commit comments

Comments
 (0)