Unverified Commit 952871ce authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #200593 from anthonyroussel/exiftool_12_50

exiftool: 12.49 -> 12.50
parents 6bdd1c26 160b504a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12503,11 +12503,11 @@ let
  ImageExifTool = buildPerlPackage rec {
    pname = "Image-ExifTool";
    version = "12.49";
    version = "12.50";
    src = fetchurl {
      url = "https://exiftool.org/Image-ExifTool-${version}.tar.gz";
      hash = "sha256-l21p2ak+pe9GSWOatsGQ9YvyZfAFfKV3xB38rzexcVs=";
      hash = "sha256-vOhB/FwQMC8PPvdnjDvxRpU6jAZcC6GMQfc0AH4uwKg=";
    };
    nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang;
@@ -12529,7 +12529,7 @@ let
        Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.
      '';
      homepage = "https://exiftool.org/";
      changelog = "https://exiftool.org/history.html";
      license = with lib.licenses; [ gpl1Plus /* or */ artistic2 ];
      maintainers = with maintainers; [ kiloreux anthonyroussel ];
      mainProgram = "exiftool";