flake.nix: add missing bindgen output hash

Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
Jörg Thalheim 2023-06-15 19:05:45 +02:00
parent ba88873432
commit 3ab89de5fa

View File

@ -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 = [