Merge pull request #96710 from r-ryantm/auto-update/speech-dispatcher

speechd: 0.9.1 -> 0.10.1
This commit is contained in:
Mario Rodas 2020-08-31 19:25:53 -05:00 committed by GitHub
commit 508f05eb60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,11 +39,11 @@ let
throw "You need to enable at least one output module.";
in stdenv.mkDerivation rec {
pname = "speech-dispatcher";
version = "0.9.1";
version = "0.10.1";
src = fetchurl {
url = "https://github.com/brailcom/speechd/releases/download/${version}/${pname}-${version}.tar.gz";
sha256 = "16bg52hnkrsrs7kgbzanb34b9zb6fqxwj0a9bmsxmj1skkil1h1p";
sha256 = "0j2lfzkmbsxrrgjw6arzvnfd4jn5pxab28xsk2djssr2ydb9x309";
};
patches = [