Unverified Commit addc170f authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

hdr10plus_tool: 1.6.0 -> 1.6.1 (#342279)

parents 3a017069 5ec7e325
Loading
Loading
Loading
Loading
+526 −478

File changed.

Preview size limit exceeded, changes collapsed.

+2 −5
Original line number Diff line number Diff line
@@ -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 ];