]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
flake.nix: add missing bindgen output hash
authorJörg Thalheim <joerg@thalheim.io>
Thu, 15 Jun 2023 17:05:45 +0000 (19:05 +0200)
committerJörg Thalheim <joerg@thalheim.io>
Thu, 15 Jun 2023 17:11:29 +0000 (19:11 +0200)
Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
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 = [