Skip to content

Commit

Permalink
fix: npm hash
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Jan 25, 2024
1 parent c43c0a1 commit 42e3567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/site.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
packages = {
site = pkgs.buildNpmPackage {
npmDepsHash = "sha256-4YxL4ubvVgwi+30Q7Cd9xJGFxFBlylLrE0eTgy7jSi4=";
npmDepsHash = "sha256-MnKC0nRMAa4tWVYXYhvfpb73BJ5GXEbATQtqzmQxI4E=";
src = ./.;
pname = "site";
version = "0.0.1";
Expand Down

0 comments on commit 42e3567

Please sign in to comment.