this repo has no description

Fix pnpmDeps hash

ash 1abc86eb 229d2e70

Changed files
+1 -1
nix
+1 -1
nix/default.nix
···
pnpmDeps = pnpm_10.fetchDeps {
inherit (finalAttrs) pname version src;
-
hash = "sha256-JYHoTZuk0z1Tn39R5j0UJ41yZVNF0PpzrgkLzfCrxHI=";
};
env = {
···
pnpmDeps = pnpm_10.fetchDeps {
inherit (finalAttrs) pname version src;
+
hash = "sha256-uCuA4Fuquv1qXqSY+kDP2Jp01yZDYG2H3ruOBQMhYtw=";
};
env = {