Merge pull request #222454 from r-ryantm/auto-update/fst

fst: 0.4.2 -> 0.4.3
This commit is contained in:
Nick Cao 2023-03-22 15:58:53 +08:00 committed by GitHub
commit 79401080bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];