Skip to content

Commit

Permalink
zinc: fix ui's npmDepsHash
Browse files Browse the repository at this point in the history
This was created before NixOS#200470, but wasn't tested after it was merged, leading to the hash being incorrect.
  • Loading branch information
winterqt committed Dec 9, 2022
1 parent ed817b4 commit dda19f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/search/zinc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let

sourceRoot = "source/web";

npmDepsHash = "sha256-Ao/kDryui4thurqap/d/+82z058HoF2ZJSVKQqVwfVg=";
npmDepsHash = "sha256-clRijS+hxWc1LwlAKjEEk/6XPBYC6CcLq5g/ry4a04g=";

CYPRESS_INSTALL_BINARY = 0; # cypress tries to download binaries otherwise

Expand Down

0 comments on commit dda19f6

Please sign in to comment.