Updated pnpm hash

This commit is contained in:
Werner Kroneman 2025-05-10 15:14:30 +03:00
parent aecf896494
commit ae8a76cef5

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
# https://nixos.org/manual/nixpkgs/unstable/#javascript-pnpm
pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-PpXmNBO4pWj8AG0we4DpPhzfx/18rwDZHi86+esFghM=";
hash = "sha256-ymHPzoU5/0RL1Z0v5MVDunFCsFU1c6uzKK5wusabZ+E=";
};
buildPhase = ''