Merge pull request #269192 from anthonyroussel/updates/exiftool

exiftool: 12.68 -> 12.70
This commit is contained in:
Stig 2023-11-23 01:01:36 +01:00 committed by GitHub
commit c10d7026fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13164,11 +13164,11 @@ with self; {
ImageExifTool = buildPerlPackage rec {
pname = "Image-ExifTool";
version = "12.68";
version = "12.70";
src = fetchurl {
url = "https://exiftool.org/Image-ExifTool-${version}.tar.gz";
hash = "sha256-+GM3WffmDSvDCtGcSCCw6/pqfQic9Di3Umg/i22AOYc=";
hash = "sha256-TLJSJEXMPj870TkExq6uraX8Wl4kmNerrSlX3LQsr/4=";
};
nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang;