Skip to content

Commit

Permalink
Fix rust build
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo authored and dennis-tra committed Dec 1, 2022
1 parent f6f139f commit 90253b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@

cargoLock = {
lockFile = ./rust-client/Cargo.lock;
outputHashes = {
# Update the hash by using a fake hash, and then updating it with
# the correct one when the build fails
# "libp2p-0.50.0" = pkgs.lib.fakeSha256;
"libp2p-0.50.0" = "sha256-9l3i5UwgJGihDfw8Q+zf5nd0FjjAOhK/nyhnqWO18Ko=";
};
};

PUNCHR_PROTO = ./punchr.proto;
Expand Down

0 comments on commit 90253b6

Please sign in to comment.