build: update yarn hash

This commit is contained in:
2026-08-20 14:57:38 +02:00
parent f30ac14d5d
commit ae2cf56081
+1 -1
View File
@@ -14,7 +14,7 @@ stdenv.mkDerivation (finalAttrs: {
yarnOfflineCache = fetchYarnDeps {
yarnLock = finalAttrs.src + "/yarn.lock";
hash = "sha256-Vv9Ux9UF5loXUxxA2/tQvVTHSFpt7gD8iilO1PUj3y8=";
hash = "sha256-ND+4leEGamH86IsM9JVtIqlwyrwVRQII75+rrawbiMI=";
};
yarnBuildScript = "build-no-wasm";