File tree Expand file tree Collapse file tree 2 files changed +56
-36
lines changed
pkgs/servers/search/meilisearch Expand file tree Collapse file tree 2 files changed +56
-36
lines changed Original file line number Diff line number Diff line change 1010} :
1111
1212let
13- version = "1.10.3 " ;
13+ version = "1.11.1 " ;
1414in
1515rustPlatform . 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 } ;
You can’t perform that action at this time.
0 commit comments