voicevox: 0.25.1 -> 0.25.2

This commit is contained in:
TomaSajt
2026-04-30 23:37:58 +02:00
parent 29b500ebef
commit 207df7221d
+2 -2
View File
@@ -22,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "voicevox";
version = "0.25.1";
version = "0.25.2";
src = fetchFromGitHub {
owner = "VOICEVOX";
repo = "voicevox";
tag = finalAttrs.version;
hash = "sha256-l9aFuhOylcQrHa+0R0P4Jy5iL2gA6xJsUJt8KvWIMuM=";
hash = "sha256-AORB6oxvDUNOxnwgIlAKkgtt0+NpU16Fc4qc1aMhxkQ=";
};
patches = [