]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - build.nix
flake.nix: add missing bindgen output hash
[bcachefs-tools-debian] / build.nix
index 7d2c2276171b3ffbebafb994bb37f9ad4bf694a0..a757fefeab497f684ec32a7fe2688f793f730a0d 100644 (file)
--- 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 = [