Skip to content

Commit e0df4c4

Browse files
committed
meilisearch: 1.10.3 -> 1.11.0
1 parent 1593115 commit e0df4c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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.0";
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-QtuUuLUR+yrcKk0wH2XRdkV5mFnH2PuZ0sgMgKxudH8=";
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)