timblserver: 1.11 -> 1.19

This commit is contained in:
Robert Hensing
2025-10-08 21:26:05 +02:00
committed by jopejoe1
parent 4647e76b73
commit 5e490cd6db

View File

@@ -5,6 +5,7 @@
gitUpdater, gitUpdater,
autoreconfHook, autoreconfHook,
bzip2, bzip2,
icu,
libtar, libtar,
libtool, libtool,
pkg-config, pkg-config,
@@ -16,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "timblserver"; pname = "timblserver";
version = "1.11"; version = "1.19";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "LanguageMachines"; owner = "LanguageMachines";
repo = "timblserver"; repo = "timblserver";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-TE6fsgr/L5GcBjFKlU6S1DiT8OKP6i7TVirxj/OfhlM="; hash = "sha256-GNHPr8l+j1HNDyb6ZrfeBgd2kN5oUN6M9a8Gs+7v79w=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@@ -31,6 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
]; ];
buildInputs = [ buildInputs = [
bzip2 bzip2
icu
libtar libtar
libtool libtool
autoconf-archive autoconf-archive