Skip to content

Commit

Permalink
fst: 0.4.2 -> 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 22, 2023
1 parent 6664a6b commit 00bf4e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/text/fst/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];

Expand Down

0 comments on commit 00bf4e5

Please sign in to comment.