espeak: 1.49.2 -> 1.50

gstqt5
R. RyanTM 2019-12-07 22:09:21 -08:00
parent 51ef7c3e49
commit 4fb4771a4a
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "espeak-ng"; pname = "espeak-ng";
version = "1.49.2"; version = "1.50";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "espeak-ng"; owner = "espeak-ng";
repo = "espeak-ng"; repo = "espeak-ng";
rev = version; rev = version;
sha256 = "17bbl3zi8214iaaj8kjnancjvmvizwybg3sg17qjq4mf5c6xfg2c"; sha256 = "0jkqhf2h94vbqq7mg7mmm23bq372fa7mdk941my18c3vkldcir1b";
}; };
nativeBuildInputs = [ autoconf automake which libtool pkgconfig ronn ]; nativeBuildInputs = [ autoconf automake which libtool pkgconfig ronn ];