hdr10plus_tool: 1.6.0 -> 1.6.1

This commit is contained in:
John Titor 2024-09-16 11:44:45 +00:00
parent 413a052d9d
commit 5ec7e325fb
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0
2 changed files with 540 additions and 495 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,20 +9,17 @@
rustPlatform.buildRustPackage rec {
pname = "hdr10plus_tool";
version = "1.6.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = "quietvoid";
repo = "hdr10plus_tool";
rev = "refs/tags/${version}";
hash = "sha256-EyKCdrilb6Ha9avEe5L4Snbufq8pEiTvr8tcdj0M6Zs=";
hash = "sha256-eP77LHADP9oenMACctPKU6xPzg4atC0dPOqyrFse/1s=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"plotters-0.3.5" = "sha256-cz8/chdq8C/h1q5yFcQp0Rzg89XHnQhIN1Va52p6Z2Y=";
};
};
nativeBuildInputs = [ pkg-config ];