File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/vo/voicevox-engine Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99python3Packages . buildPythonApplication rec {
1010 pname = "voicevox-engine" ;
11- version = "0.22.2 " ;
11+ version = "0.23.0 " ;
1212 pyproject = true ;
1313
1414 src = fetchFromGitHub {
1515 owner = "VOICEVOX" ;
1616 repo = "voicevox_engine" ;
1717 tag = version ;
18- hash = "sha256-TZycd3xX5d4dNk4ze2JozyO7zDpGAuO+O7xHAx7QXUI =" ;
18+ hash = "sha256-kuWpLnDKRYcfV9FxYLeR6FmQFO2K12KxJx/Y/4MwhbM =" ;
1919 } ;
2020
2121 patches = [
@@ -113,7 +113,7 @@ python3Packages.buildPythonApplication rec {
113113 owner = "VOICEVOX" ;
114114 repo = "voicevox_resource" ;
115115 tag = version ;
116- hash = "sha256-oeWJESm1v0wicAXXFAyZT8z4QRVv9c+3vsWksmuY5wY =" ;
116+ hash = "sha256-6pxx+ebNzXd3qbrFa4gfMDM2e5XANo3ZPzSAegKoJBE =" ;
117117 } ;
118118
119119 pyopenjtalk = python3Packages . callPackage ./pyopenjtalk.nix { } ;
You can’t perform that action at this time.
0 commit comments