hdr10plus_tool: 1.6.1 -> 1.7.0 (#383570)

This commit is contained in:
R. RyanTM
2025-02-20 12:16:31 +05:30
committed by GitHub
parent 400f0fe033
commit 91cdf52f90
2 changed files with 259 additions and 219 deletions
+257 -217
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -9,13 +9,13 @@
rustPlatform.buildRustPackage rec {
pname = "hdr10plus_tool";
version = "1.6.1";
version = "1.7.0";
src = fetchFromGitHub {
owner = "quietvoid";
repo = "hdr10plus_tool";
tag = version;
hash = "sha256-eP77LHADP9oenMACctPKU6xPzg4atC0dPOqyrFse/1s=";
hash = "sha256-eueB+ZrOrnySEwUpCTvC4qARCsDcHJhm088XepLTlOE=";
};
cargoLock = {