Skip to content

Commit 7066470

Browse files
authored
meilisearch: 1.14.0 -> 1.15.2 (#416300)
2 parents 90fb942 + f99955a commit 7066470

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
@@ -4,7 +4,7 @@
44
fetchFromGitHub,
55
nixosTests,
66
nix-update-script,
7-
version ? "1.14.0",
7+
version ? "1.15.2",
88
}:
99

1010
let
@@ -15,11 +15,11 @@ let
1515
# the meilisearch module accordingly and to remove the meilisearch_1_11
1616
# attribute from all-packages.nix at that point too.
1717
hashes = {
18-
"1.14.0" = "sha256-nPOhiJJbZCr9PBlR6bsZ9trSn/2XCI2O+nXeYbZEQpU=";
18+
"1.15.2" = "sha256-aTgfgPuyRcjr/DxxyuKOFXfBcDponVmKz5PpGbnsmd0=";
1919
"1.11.3" = "sha256-CVofke9tOGeDEhRHEt6EYwT52eeAYNqlEd9zPpmXQ2U=";
2020
};
2121
cargoHashes = {
22-
"1.14.0" = "sha256-8fcOXAzheG9xm1v7uD3T+6oc/dD4cjtu3zzBBh2EkcE=";
22+
"1.15.2" = "sha256-eBGxVtE25txA17zxXdlSC6Vbrm+/v1fA7iTIBDvQ71M=";
2323
"1.11.3" = "sha256-cEJTokDJQuc9Le5+3ObMDNJmEhWEb+Qh0TV9xZkD9D8=";
2424
};
2525
in

0 commit comments

Comments
 (0)