From dfd1a00105f40648f46d466fab34106acd818132 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 21 Dec 2025 23:49:24 +0000 Subject: [PATCH] voicevox: switch fetchPnpmDeps v2 to fix hash mismatch on darwin --- 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 f18c692ba22a..fc4276264487 100644 --- a/pkgs/by-name/vo/voicevox/package.nix +++ b/pkgs/by-name/vo/voicevox/package.nix @@ -61,8 +61,8 @@ stdenv.mkDerivation (finalAttrs: { moreutils ]; - fetcherVersion = 1; - hash = "sha256-no0oFhy7flet9QH4FEkPJdlwNq5YkjIx8Uat3M2ruKI="; + fetcherVersion = 2; + hash = "sha256-U1hW6j1WRyuh2rUgMxwF8LCRk7wgSlV6cqapBoXvAdU="; }; nativeBuildInputs = [