this repo has no description

Merge pull request #237 from sersorrel/push-vnpyvtyqulwx

Fix pnpmDeps hash

authored by notnite.com and committed by GitHub 4912118a 229d2e70

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