Loading pkgs/by-name/vo/voicevox-core/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading @@ -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 ]; Loading Loading
pkgs/by-name/vo/voicevox-core/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading @@ -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 ]; Loading