X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=build.nix;h=4a4b7b069c8b6e1aacb27aae6d29d9aaaf3a1b7d;hb=HEAD;hp=a7383d1b418b4a832d472ce8e33af044092b55e6;hpb=39e109e5f9d484e41f4767d4d01064686131e010;p=bcachefs-tools-debian diff --git a/build.nix b/build.nix index a7383d1..4a4b7b0 100644 --- a/build.nix +++ b/build.nix @@ -41,9 +41,6 @@ in stdenv.mkDerivation { # to update the hashes cargoDeps = rustPlatform.importCargoLock { lockFile = "${src}/Cargo.lock"; - outputHashes = { - "bindgen-0.64.0" = "sha256-GNG8as33HLRYJGYe0nw6qBzq86aHiGonyynEM7gaEE4="; - }; }; makeFlags = [ "DESTDIR=${placeholder "out"}" "PREFIX=" "VERSION=${commit}" ];