Skip to content

Commit

Permalink
fix(ceremony): npm deps hash
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Sep 12, 2024
1 parent a52ae6b commit 592887a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceremony/ceremony.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
packages = {
ceremony = unstablePkgs.buildNpmPackage {
npmDepsHash = "sha256-/vwKKNOjLFo6tlOHXeaE8sDOvjm2B2APNw+5g1AdTZk=";
npmDepsHash = "sha256-iL4+qO73/tXPDPI7d6B8UywQN9vhchPzy91WiRLYXUI=";
src = ./.;
sourceRoot = "ceremony";
npmFlags = [ "--legacy-peer-deps" ];
Expand Down

0 comments on commit 592887a

Please sign in to comment.