exiftool: 12.39 -> 12.49

This commit is contained in:
Anthony Roussel 2022-10-08 14:05:31 +02:00
parent 3689a76637
commit 1eaf8eb131
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -12503,11 +12503,11 @@ let
ImageExifTool = buildPerlPackage rec {
pname = "Image-ExifTool";
version = "12.39";
version = "12.49";
src = fetchurl {
url = "https://exiftool.org/Image-ExifTool-${version}.tar.gz";
hash = "sha256-QDq1KTpEcl8EWj9a/bxF0TwghUulH30O5yDV0wsxy6I=";
hash = "sha256-l21p2ak+pe9GSWOatsGQ9YvyZfAFfKV3xB38rzexcVs=";
};
nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang;