voicevox: 0.22.3 -> 0.22.4

This commit is contained in:
TomaSajt
2025-01-27 02:16:26 +01:00
parent 0d668d78a0
commit d89be71e9f
+2 -2
View File
@@ -15,13 +15,13 @@
buildNpmPackage rec {
pname = "voicevox";
version = "0.22.3";
version = "0.22.4";
src = fetchFromGitHub {
owner = "VOICEVOX";
repo = "voicevox";
tag = version;
hash = "sha256-6z+A4bJIDfN/K8IjEdt2TqEa/EDt4uQpGh+zSWfP74I=";
hash = "sha256-IOs3wBcFYpO4AHiWFOQWd5hp6EmwyA7Rcc8wjHKvYNQ=";
};
patches = [