From 3ab89de5fa2503810772539e958c42a29837947f Mon Sep 17 00:00:00 2001 From: Jörg Thalheim Date: Thu, 15 Jun 2023 19:05:45 +0200 Subject: flake.nix: add missing bindgen output hash MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörg Thalheim --- build.nix | 3 +++ 1 file changed, 3 insertions(+) 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 = [ -- cgit v1.2.3