voicevox: switch fetchPnpmDeps v2 to fix hash mismatch on darwin (#473123)

This commit is contained in:
Gaétan Lepage
2025-12-22 13:20:16 +00:00
committed by GitHub
+2 -2
View File
@@ -61,8 +61,8 @@ stdenv.mkDerivation (finalAttrs: {
moreutils
];
fetcherVersion = 1;
hash = "sha256-no0oFhy7flet9QH4FEkPJdlwNq5YkjIx8Uat3M2ruKI=";
fetcherVersion = 2;
hash = "sha256-U1hW6j1WRyuh2rUgMxwF8LCRk7wgSlV6cqapBoXvAdU=";
};
nativeBuildInputs = [