diff --git a/pkgs/by-name/vo/voicevox-core/package.nix b/pkgs/by-name/vo/voicevox-core/package.nix index 8797bfa570ec..a49e712280f6 100644 --- a/pkgs/by-name/vo/voicevox-core/package.nix +++ b/pkgs/by-name/vo/voicevox-core/package.nix @@ -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 ];