From eeda6d43ece18093010f65a1a4260f6b93cb34c1 Mon Sep 17 00:00:00 2001 From: TomaSajt <62384384+TomaSajt@users.noreply.github.com> Date: Thu, 30 Apr 2026 23:37:26 +0200 Subject: [PATCH 1/3] voicevox-core.modelVersion: 0.16.3 -> 0.16.4 --- pkgs/by-name/vo/voicevox-core/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ]; From 29b500ebef92282fd85cdc57670cbe10b9f18fc8 Mon Sep 17 00:00:00 2001 From: TomaSajt <62384384+TomaSajt@users.noreply.github.com> Date: Thu, 30 Apr 2026 23:37:53 +0200 Subject: [PATCH 2/3] voicevox-engine: 0.25.1 -> 0.25.2 --- pkgs/by-name/vo/voicevox-engine/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/vo/voicevox-engine/package.nix b/pkgs/by-name/vo/voicevox-engine/package.nix index 7934fee85c7d..41466c761e90 100644 --- a/pkgs/by-name/vo/voicevox-engine/package.nix +++ b/pkgs/by-name/vo/voicevox-engine/package.nix @@ -7,14 +7,14 @@ python3Packages.buildPythonApplication (finalAttrs: { pname = "voicevox-engine"; - version = "0.25.1"; + version = "0.25.2"; pyproject = true; src = fetchFromGitHub { owner = "VOICEVOX"; repo = "voicevox_engine"; tag = finalAttrs.version; - hash = "sha256-4pZs5f6Fe4kHIKcyww1eq9uRTf7rk5KAr/00H8aH9qA="; + hash = "sha256-A+ym/ZfHUHqXSGOiIndUeozrK64uJILCmRUm+qSsSNE="; }; patches = [ @@ -103,7 +103,7 @@ python3Packages.buildPythonApplication (finalAttrs: { owner = "VOICEVOX"; repo = "voicevox_resource"; tag = finalAttrs.version; - hash = "sha256-YaUVlZnpxu/IhLrp1XdcxDyus7DRhyzu4VKfabTsPUY="; + hash = "sha256-Byv9ASl1qCeGWJiBtpGoPFgpbwtSdn48XvzIDS0SHN4="; }; pyopenjtalk = python3Packages.callPackage ./pyopenjtalk.nix { }; From 207df7221d1188aba91dbc111188b7fa46b87e40 Mon Sep 17 00:00:00 2001 From: TomaSajt <62384384+TomaSajt@users.noreply.github.com> Date: Thu, 30 Apr 2026 23:37:58 +0200 Subject: [PATCH 3/3] voicevox: 0.25.1 -> 0.25.2 --- pkgs/by-name/vo/voicevox/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/vo/voicevox/package.nix b/pkgs/by-name/vo/voicevox/package.nix index eec83720f5bd..0bcb9ed27ba0 100644 --- a/pkgs/by-name/vo/voicevox/package.nix +++ b/pkgs/by-name/vo/voicevox/package.nix @@ -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 = [