Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywong-crypto committed Aug 19, 2024
1 parent 61029aa commit 103cec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
external-node = rustPlatform'.buildRustPackage.override {stdenv = clangStdenv;} {
buildInputs = [openssl];
cargoBuildFlags = "--bin zksync_external_node";
cargoHash = "sha256-7CO48+RFqlhm+/6QVNyX8059orU9DhrzLbZyEA/M0hg=";
cargoHash = "sha256-VercmY4EjkkTbcvHV/aH1SRNm84XzAjzgLalT2ESYJo=";
doCheck = false;
nativeBuildInputs = [pkg-config rustPlatform.bindgenHook];
pname = "external-node";
Expand Down

0 comments on commit 103cec6

Please sign in to comment.