tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
fst: 0.4.2 -> 0.4.3
R. Ryantm
2 years ago
00bf4e5a
6664a6b7
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
text
fst
default.nix
+3
-3
pkgs/tools/text/fst/default.nix
···
7
7
8
8
rustPlatform.buildRustPackage rec {
9
9
pname = "fst";
10
10
-
version = "0.4.2";
10
10
+
version = "0.4.3";
11
11
12
12
src = fetchCrate {
13
13
inherit version;
14
14
crateName = "fst-bin";
15
15
-
sha256 = "sha256-m9JDVHy+o4RYLGkYnhOpTuLyJjXtOwwl2SQpzRuz1m0=";
15
15
+
sha256 = "sha256-x2rvLMOhatMWU2u5GAdpYy2uuwZLi3apoE6aaTF+M1g=";
16
16
};
17
17
18
18
-
cargoSha256 = "sha256-RMjNk8tE7AYBYgys4IjCCfgPdDgwbYVmrWpWNBOf70E=";
18
18
+
cargoHash = "sha256-yTbEaw+BbjVks3j7/b75kGoUjVftLaVYvYIdI/bbfdk=";
19
19
20
20
buildInputs = lib.optionals stdenv.isDarwin [ libiconv ];
21
21