hdr10plus_tool: use fetchCargoVendor

This commit is contained in:
TomaSajt
2025-03-10 16:24:08 +01:00
parent 4fd0eda66e
commit 9d444b34bb
2 changed files with 2 additions and 1522 deletions
File diff suppressed because it is too large Load Diff
+2 -3
View File
@@ -18,9 +18,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-eueB+ZrOrnySEwUpCTvC4qARCsDcHJhm088XepLTlOE=";
};
cargoLock = {
lockFile = ./Cargo.lock;
};
useFetchCargoVendor = true;
cargoHash = "sha256-3D0HjDtKwYoi9bpQnosC/TPNBjfiWi5m1CH1eGQpGg0=";
nativeBuildInputs = [ pkg-config ];