Unverified Commit eeda6d43 authored by TomaSajt's avatar TomaSajt
Browse files

voicevox-core.modelVersion: 0.16.3 -> 0.16.4

parent bf964d52
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];