fix: update nix hash

This commit is contained in:
Aarnav Tale 2025-03-24 16:12:27 -04:00
parent cc5ff5e9b6
commit f60cabee7c
No known key found for this signature in database

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
pnpmDeps = pnpm_10.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-0q4xKWUrZyzbaTj68LJvxfRvwBcetpODhIitQlsXTLA=";
hash = "sha256-tlH6I4/OYYYeHY4OqDPyYbcHDeIjs/8YxgRiV6KVyt4=";
};
buildPhase = ''