fst: 0.4.2 -> 0.4.3

+3 -3
+3 -3
pkgs/tools/text/fst/default.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "fst"; 10 - version = "0.4.2"; 10 + version = "0.4.3"; 11 11 12 12 src = fetchCrate { 13 13 inherit version; 14 14 crateName = "fst-bin"; 15 - sha256 = "sha256-m9JDVHy+o4RYLGkYnhOpTuLyJjXtOwwl2SQpzRuz1m0="; 15 + sha256 = "sha256-x2rvLMOhatMWU2u5GAdpYy2uuwZLi3apoE6aaTF+M1g="; 16 16 }; 17 17 18 - cargoSha256 = "sha256-RMjNk8tE7AYBYgys4IjCCfgPdDgwbYVmrWpWNBOf70E="; 18 + cargoHash = "sha256-yTbEaw+BbjVks3j7/b75kGoUjVftLaVYvYIdI/bbfdk="; 19 19 20 20 buildInputs = lib.optionals stdenv.isDarwin [ libiconv ]; 21 21