aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2023-06-15 19:05:45 +0200
committerJörg Thalheim <joerg@thalheim.io>2023-06-15 19:11:29 +0200
commit3ab89de5fa2503810772539e958c42a29837947f (patch)
treebe4d0075808e7b9ecdf32310f66de5296044031c
parentba88873432ec9621b9913c00b31d7401357b5e55 (diff)
downloadbcachefs-tools-3ab89de5fa2503810772539e958c42a29837947f.tar.gz
flake.nix: add missing bindgen output hash
Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
-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 = [