voicevox: switch fetchPnpmDeps v2 to fix hash mismatch on darwin

This commit is contained in:
Gaetan Lepage
2025-12-22 09:57:17 +00:00
parent a03b279cee
commit dfd1a00105
+2 -2
View File
@@ -61,8 +61,8 @@ stdenv.mkDerivation (finalAttrs: {
moreutils
];
fetcherVersion = 1;
hash = "sha256-no0oFhy7flet9QH4FEkPJdlwNq5YkjIx8Uat3M2ruKI=";
fetcherVersion = 2;
hash = "sha256-U1hW6j1WRyuh2rUgMxwF8LCRk7wgSlV6cqapBoXvAdU=";
};
nativeBuildInputs = [