From: Jörg Thalheim Date: Thu, 15 Jun 2023 17:05:45 +0000 (+0200) Subject: flake.nix: add missing bindgen output hash X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3ab89de5fa2503810772539e958c42a29837947f;p=bcachefs-tools-debian flake.nix: add missing bindgen output hash Signed-off-by: Jörg Thalheim --- diff --git a/build.nix b/build.nix index 7d2c227..a757fef 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 = [