speechd: 0.9.1 -> 0.10.1
This commit is contained in:
parent
7b56d26ae3
commit
afccde8265
1 changed files with 2 additions and 2 deletions
|
@ -39,11 +39,11 @@ let
|
||||||
throw "You need to enable at least one output module.";
|
throw "You need to enable at least one output module.";
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "speech-dispatcher";
|
pname = "speech-dispatcher";
|
||||||
version = "0.9.1";
|
version = "0.10.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/brailcom/speechd/releases/download/${version}/${pname}-${version}.tar.gz";
|
url = "https://github.com/brailcom/speechd/releases/download/${version}/${pname}-${version}.tar.gz";
|
||||||
sha256 = "16bg52hnkrsrs7kgbzanb34b9zb6fqxwj0a9bmsxmj1skkil1h1p";
|
sha256 = "0j2lfzkmbsxrrgjw6arzvnfd4jn5pxab28xsk2djssr2ydb9x309";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue