Merge pull request #209258 from anthonyroussel/exiftool_12_53

This commit is contained in:
Sandro 2023-01-12 00:31:32 +01:00 committed by GitHub
commit b6cd2de698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12507,11 +12507,11 @@ let
ImageExifTool = buildPerlPackage rec {
pname = "Image-ExifTool";
version = "12.52";
version = "12.54";
src = fetchurl {
url = "https://exiftool.org/Image-ExifTool-${version}.tar.gz";
hash = "sha256-yH8RlkTRAanHYNyq5Vi52W8mGKIJwmGZsWhzyokz+ao=";
hash = "sha256-KnT6le0CfqS8yP/qpx4HgVsJmp38oPQIc36tNUzpfc8=";
};
nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang;