mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
flake.nix: add missing bindgen output hash
Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
parent
ba88873432
commit
3ab89de5fa
@ -51,6 +51,9 @@ in stdenv.mkDerivation {
|
|||||||
cargoRoot = "rust-src";
|
cargoRoot = "rust-src";
|
||||||
cargoDeps = rustPlatform.importCargoLock {
|
cargoDeps = rustPlatform.importCargoLock {
|
||||||
lockFile = "${src}/rust-src/Cargo.lock";
|
lockFile = "${src}/rust-src/Cargo.lock";
|
||||||
|
outputHashes = {
|
||||||
|
"bindgen-0.64.0" = "sha256-GNG8as33HLRYJGYe0nw6qBzq86aHiGonyynEM7gaEE4=";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
|
Loading…
Reference in New Issue
Block a user