summaryrefslogtreecommitdiff
path: root/build.nix
diff options
context:
space:
mode:
Diffstat (limited to 'build.nix')
-rw-r--r--build.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/build.nix b/build.nix
index a7383d1b..4a4b7b06 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}" ];