meilisearch: 0.29.1 -> 0.29.2

authored by R. Ryantm and committed by Yt 216e161b b88a8ae8

+3 -3
+3 -3
pkgs/servers/search/meilisearch/default.nix
··· 8 8 , nixosTests 9 9 }: 10 10 11 - let version = "0.29.1"; 11 + let version = "0.29.2"; 12 12 in 13 13 rustPlatform.buildRustPackage { 14 14 pname = "meilisearch"; ··· 17 17 owner = "meilisearch"; 18 18 repo = "MeiliSearch"; 19 19 rev = "v${version}"; 20 - sha256 = "sha256-1zZqarUxaSlux2ndSnQ3qAs+if2MxN9FPuEAxDnVv28="; 20 + sha256 = "sha256-ltfJUwz/QFwsXJzES0GVOaCXh7QbziuKMILQNvaCG+4="; 21 21 }; 22 - cargoSha256 = "sha256-VhCpqCBQhr4GgHEUJ30KPGMbN3EqhdJRKr7/PGYQ3OY="; 22 + cargoSha256 = "sha256-HrPve9x7dSQx/CTxV7t4+SUu4gRmVNRHIZj+2S3CbLQ="; 23 23 # Default features include mini dashboard which downloads something from the internet. 24 24 buildNoDefaultFeatures = true; 25 25 buildInputs = lib.optionals stdenv.isDarwin [ Security DiskArbitration Foundation ];