Unverified Commit 91cdf52f authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

hdr10plus_tool: 1.6.1 -> 1.7.0 (#383570)

parent 400f0fe0
Loading
Loading
Loading
Loading
+255 −215

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -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 = {