exiftool: 12.55 -> 12.62

This commit is contained in:
Anthony Roussel 2023-05-26 00:35:11 +02:00
parent 8de9fea9ea
commit 2b74773c6b
No known key found for this signature in database
GPG key ID: 9DC4987B1A55E75E

View file

@ -12593,11 +12593,11 @@ with self; {
ImageExifTool = buildPerlPackage rec {
pname = "Image-ExifTool";
version = "12.55";
version = "12.62";
src = fetchurl {
url = "https://exiftool.org/Image-ExifTool-${version}.tar.gz";
hash = "sha256-CFgb16GnYPIKG0PLbTiSfm7FRdWZBtroXH32c5Ru6gg=";
hash = "sha256-SZCkbGm2VoiNfVcyuvQDnalkaI7d33ocLutRQEmZ7B0=";
};
nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang;