voicevox-core.modelVersion: 0.16.3 -> 0.16.4

This commit is contained in:
TomaSajt
2026-04-30 23:37:26 +02:00
parent bf964d529d
commit eeda6d43ec
+2 -2
View File
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
# Update only together with voicevox and voicevox-engine
# nixpkgs-update: no auto update
version = "0.16.2";
passthru.modelVersion = "0.16.3";
passthru.modelVersion = "0.16.4";
src = fetchFromGitHub {
owner = "VOICEVOX";
@@ -70,7 +70,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
owner = "VOICEVOX";
repo = "voicevox_vvm";
tag = finalAttrs.passthru.modelVersion;
hash = "sha256-VqSNEHJV/g9R+4XknRGi/s4C7/uXEGCK5/NC2XwiPcI=";
hash = "sha256-/NU9CZcb+gHXHeno3NLF0EgPLw+6f8XyiAE2b9XJmuE=";
};
nativeBuildInputs = [ python3 ];