Skip to content

Commit b2ad9e2

Browse files
authored
meilisearch: 1.36.0 -> 1.37.0 (#496951)
2 parents cf5d190 + d4cc365 commit b2ad9e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/me/meilisearch/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88

99
rustPlatform.buildRustPackage (finalAttrs: {
1010
pname = "meilisearch";
11-
version = "1.36.0";
11+
version = "1.37.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "meilisearch";
1515
repo = "meilisearch";
1616
tag = "v${finalAttrs.version}";
17-
hash = "sha256-yHLSuGWhBmMkWoV3L+oBzpN0fv52gRnJnZDjgXnyHaQ=";
17+
hash = "sha256-JYjc9B4PCj6BR5sBJ1sYnkX+s/81p9izt1nUm5CSOV4=";
1818
};
1919

2020
cargoBuildFlags = [ "--package=meilisearch" ];
2121

22-
cargoHash = "sha256-PxyGw2ZbXkwuXJsqZd6MWwTQdnsE5YWBSgaEZOR0e2g=";
22+
cargoHash = "sha256-7t9kiXSD1xSBSyxC0RG9uJaIHg1c9ytbBGB3LdaBll4=";
2323

2424
# Default features include mini dashboard which downloads something from the internet.
2525
buildNoDefaultFeatures = true;

0 commit comments

Comments
 (0)