Unverified Commit c8feb122 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

hfst: 3.16.0 -> 3.16.2 (#405072)

parents a8a68bff aa7888f5
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -11,17 +11,18 @@
  swig,
  pkg-config,
  zlib,
  openfst,
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "hfst";
  version = "3.16.0";
  version = "3.16.2";

  src = fetchFromGitHub {
    owner = "hfst";
    repo = "hfst";
    tag = "v${finalAttrs.version}";
    hash = "sha256-2ST0s08Pcp+hTn7rUTgPE1QkH6PPWtiuFezXV3QW0kU=";
    hash = "sha256-Vp9rSQYNK991fCoEcW7tpVxCOemW2RFt0LujLGHFGVQ=";
  };

  nativeBuildInputs = [
@@ -37,6 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
    gettext
    icu
    zlib
    openfst
  ];

  configureFlags = [