exiftool: 12.52 -> 12.54

This commit is contained in:
Anthony Roussel 2023-01-07 11:40:29 +01:00
parent 7e93236d19
commit 38477e3df0
No known key found for this signature in database
GPG key ID: 9DC4987B1A55E75E

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;