Skip to content

Commit 63b90a8

Browse files
authored
meilisearch: 1.10.2 -> 1.10.3 (#351098)
2 parents 299522b + 2560756 commit 63b90a8

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

pkgs/servers/search/meilisearch/Cargo.lock

Lines changed: 17 additions & 17 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}:
1111

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

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

0 commit comments

Comments
 (0)