Skip to content

Commit

Permalink
fixup! Update o1js submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonichon committed Oct 3, 2023
1 parent 135a53e commit 2a9e5ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/rust.nix
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ in
version = deps.wasm-bindgen.version;
src = final.fetchCrate {
inherit pname version;
sha256 = "sha256-0u9bl+FkXEK2b54n7/l9JOCtKo+pb42GF9E1EnAUQa0=";
sha256 = "sha256-0rK+Yx4/Jy44Fw5VwJ3tG243ZsyOIBBehYU54XP/JGk=";
};

cargoSha256 = "sha256-AsZBtE2qHJqQtuCt/wCAgOoxYMfvDh8IzBPAOkYSYko=";
cargoSha256 = "sha256-vcpxcRlW1OKoD64owFF6mkxSqmNrvY+y3Ckn5UwEQ50=";
nativeBuildInputs = [ final.pkg-config ];

buildInputs = with final;
Expand Down

0 comments on commit 2a9e5ab

Please sign in to comment.