Skip to content

Commit c8feb12

Browse files
authored
hfst: 3.16.0 -> 3.16.2 (#405072)
2 parents a8a68bf + aa7888f commit c8feb12

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkgs/by-name/hf/hfst/package.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@
1111
swig,
1212
pkg-config,
1313
zlib,
14+
openfst,
1415
}:
1516

1617
stdenv.mkDerivation (finalAttrs: {
1718
pname = "hfst";
18-
version = "3.16.0";
19+
version = "3.16.2";
1920

2021
src = fetchFromGitHub {
2122
owner = "hfst";
2223
repo = "hfst";
2324
tag = "v${finalAttrs.version}";
24-
hash = "sha256-2ST0s08Pcp+hTn7rUTgPE1QkH6PPWtiuFezXV3QW0kU=";
25+
hash = "sha256-Vp9rSQYNK991fCoEcW7tpVxCOemW2RFt0LujLGHFGVQ=";
2526
};
2627

2728
nativeBuildInputs = [
@@ -37,6 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
3738
gettext
3839
icu
3940
zlib
41+
openfst
4042
];
4143

4244
configureFlags = [

0 commit comments

Comments
 (0)