Update npmDepsHash with correct hash value

This commit is contained in:
Sovran Systems
2026-08-10 12:46:02 -05:00
committed by GitHub
parent 228a48af03
commit b96d2bcb24
+1 -1
View File
@@ -20,7 +20,7 @@ in buildNpmPackage {
# Placeholder: build once, then replace with the hash from the
# "hash mismatch" error output.
npmDepsHash = lib.fakeHash;
npmDepsHash = "sha256-hNBPdIBTHkAQ0Kztj9xvBEqYIkFW8mLZ3W6LAwYPOqM=";
npmFlags = [ "--legacy-peer-deps" ];