Skip to content

Commit cbef2a7

Browse files
committed
voicevox-engine: 0.22.2 -> 0.23.0
1 parent 73f3c9b commit cbef2a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/vo/voicevox-engine/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
python3Packages.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 { };

0 commit comments

Comments
 (0)