tts: 0.0.15 -> 0.0.15.1

This commit is contained in:
Martin Weinelt 2021-06-20 03:27:30 +02:00
parent 49b7bdb5c4
commit 11e54b17d2
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -12,20 +12,20 @@
#
# If you upgrade from an old version you may have to delete old models from ~/.local/share/tts
# Also note that your tts version might not support all available models so check:
# https://github.com/coqui-ai/TTS/releases/tag/v0.0.15
# https://github.com/coqui-ai/TTS/releases/tag/v0.0.15.1
#
# For now, for deployment check the systemd unit in the pull request:
# https://github.com/NixOS/nixpkgs/pull/103851#issue-521121136
python3Packages.buildPythonApplication rec {
pname = "tts";
version = "0.0.15";
version = "0.0.15.1";
src = fetchFromGitHub {
owner = "coqui-ai";
repo = "TTS";
rev = "v${version}";
sha256 = "0pbzkjk2hncj22xh5lq5anlnvzkpfa7nxr1s2p6hshpln3mqjqs7";
sha256 = "0z6sbzspgmw5ja8r2zysyhdk4jzlv88a0ihkvxvvwxslkyncdb89";
};
postPatch = ''