chore(nix/package/pnpmDeps): bump hash

This commit is contained in:
auto walle
2025-05-12 11:16:54 +05:30
parent 34e27aedaf
commit 8a704e98e7

View File

@@ -110,7 +110,7 @@ stdenv.mkDerivation (finalAttrs: {
pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-fXm6q0syEUGszFE2IeCa8BNrbp9UKYqK4mPUxAH5zqg=";
hash = "sha256-QcVnvXnPmhp3qJGxK8958CFxo+a0jwGRRyhtDuyK8sA=";
};
meta = {