lol

meilisearch: 0.30.2 -> 0.30.5

authored by

R. Ryantm and committed by
Yt
eae63548 d8b6cb9e

+3 -3
+3 -3
pkgs/servers/search/meilisearch/default.nix
··· 8 , nixosTests 9 }: 10 11 - let version = "0.30.2"; 12 in 13 rustPlatform.buildRustPackage { 14 pname = "meilisearch"; ··· 18 owner = "meilisearch"; 19 repo = "MeiliSearch"; 20 rev = "v${version}"; 21 - hash = "sha256-kxANzEORvR+BJDfLUD1FLorBuYjnUQixgD2jDoX6jrg="; 22 }; 23 24 - cargoHash = "sha256-IYNIr7PBNNloPizaauFYR9/NPnBMS8kQi+RNsKsNjLE="; 25 26 # Default features include mini dashboard which downloads something from the internet. 27 buildNoDefaultFeatures = true;
··· 8 , nixosTests 9 }: 10 11 + let version = "0.30.5"; 12 in 13 rustPlatform.buildRustPackage { 14 pname = "meilisearch"; ··· 18 owner = "meilisearch"; 19 repo = "MeiliSearch"; 20 rev = "v${version}"; 21 + hash = "sha256-DvMMBF5Z2VdV3ObuD/gquZeimglyzFFVzgUq+/ra+Hc="; 22 }; 23 24 + cargoHash = "sha256-vA3DhGc0EuSdUeXYyG5iuuy7yK+22xPJjI67+/ctUFA="; 25 26 # Default features include mini dashboard which downloads something from the internet. 27 buildNoDefaultFeatures = true;