fix: nix update hash

This commit is contained in:
Igor Ramazanov 2025-08-02 23:40:32 +00:00 committed by Aarnav Tale
parent 5ab9686460
commit 51a85e1bfe

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
pnpmDeps = pnpm_10.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-hu3028V/EWimYB1TGn7g06kJRIpZA6cuOIjPMEc8ddw=";
hash = "sha256-GNSpFqPobX6MDPUXxz2XwdZ2Wt7boN8aok52pGgpGoM=";
};
buildPhase = ''