Skip to content

Commit

Permalink
voicevox: 0.20.0 -> 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaSajt committed Dec 21, 2024
1 parent 6c9a1ca commit 76b0317
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/vo/voicevox/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

buildNpmPackage rec {
pname = "voicevox";
version = "0.20.0";
version = "0.21.1";

src = fetchFromGitHub {
owner = "VOICEVOX";
repo = "voicevox";
rev = "refs/tags/${version}";
hash = "sha256-05WTecNc1xxe7SGDPZbLtRELNghFkMTqI4pkX4PsVWI=";
hash = "sha256-EUMDRIKEtf6oWWltt1sKpTCl+wXibCdlX8UATB6Yc0M=";
};

patches = [
Expand All @@ -36,7 +36,7 @@ buildNpmPackage rec {
--replace-fail "postinstall" "_postinstall"
'';

npmDepsHash = "sha256-g3avCj3S96qYPAyGXn4yvrZ4gteJld+g4eV4aRtv/3g=";
npmDepsHash = "sha256-s3oYtyqX/I6TK/YCvptVAS4RgWFc5+/MkSdfwfBBxQk=";

nativeBuildInputs =
[
Expand Down

0 comments on commit 76b0317

Please sign in to comment.