fst: 0.4.2 -> 0.4.3

This commit is contained in:
R. Ryantm 2023-03-22 02:07:56 +00:00
parent 6664a6b76e
commit 00bf4e5a9b

View file

@ -7,15 +7,15 @@
rustPlatform.buildRustPackage rec {
pname = "fst";
version = "0.4.2";
version = "0.4.3";
src = fetchCrate {
inherit version;
crateName = "fst-bin";
sha256 = "sha256-m9JDVHy+o4RYLGkYnhOpTuLyJjXtOwwl2SQpzRuz1m0=";
sha256 = "sha256-x2rvLMOhatMWU2u5GAdpYy2uuwZLi3apoE6aaTF+M1g=";
};
cargoSha256 = "sha256-RMjNk8tE7AYBYgys4IjCCfgPdDgwbYVmrWpWNBOf70E=";
cargoHash = "sha256-yTbEaw+BbjVks3j7/b75kGoUjVftLaVYvYIdI/bbfdk=";
buildInputs = lib.optionals stdenv.isDarwin [ libiconv ];