tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
tts: 0.3.1 -> 0.4.1
Martin Weinelt
4 years ago
0066510a
759bd01a
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
audio
tts
default.nix
+2
-2
pkgs/tools/audio/tts/default.nix
···
16
17
python3.pkgs.buildPythonApplication rec {
18
pname = "tts";
19
-
version = "0.3.1";
20
21
src = fetchFromGitHub {
22
owner = "coqui-ai";
23
repo = "TTS";
24
rev = "v${version}";
25
-
sha256 = "sha256-/CeetLm3jgS5Q69zTVkLm+Wh4nD7D4c6j9MTujMc3fU=";
26
};
27
28
postPatch = ''
···
16
17
python3.pkgs.buildPythonApplication rec {
18
pname = "tts";
19
+
version = "0.4.1";
20
21
src = fetchFromGitHub {
22
owner = "coqui-ai";
23
repo = "TTS";
24
rev = "v${version}";
25
+
sha256 = "sha256-ZcQUgr+1XTmXoyf2WNsP8Hept42JTFmKXdo0kcU6QWU=";
26
};
27
28
postPatch = ''