chore(nix/package/pnpmDeps): bump hash

This commit is contained in:
auto walle
2025-02-17 18:53:38 +05:30
parent 16a53c167d
commit f4840d7fa2

View File

@@ -76,7 +76,7 @@ stdenv.mkDerivation (finalAttrs: {
pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-GYBA5WtgtRcWD0Wx7GLH7RXwvKBT+vGVaaTgJ/JjS+s=";
hash = "sha256-3eRAtPA2nRfLNItAvGOQIuXXHiKRCC1A3ZLNesrfjwk=";
};
meta = {