summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.nix b/build.nix
index 7d2c2276..a757fefe 100644
--- a/build.nix
+++ b/build.nix
@@ -51,6 +51,9 @@ in stdenv.mkDerivation {
cargoRoot = "rust-src";
cargoDeps = rustPlatform.importCargoLock {
lockFile = "${src}/rust-src/Cargo.lock";
+ outputHashes = {
+ "bindgen-0.64.0" = "sha256-GNG8as33HLRYJGYe0nw6qBzq86aHiGonyynEM7gaEE4=";
+ };
};
makeFlags = [