3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #234089 from anthonyroussel/exiftool_12_62

exiftool: 12.55 -> 12.62
This commit is contained in:
Mario Rodas 2023-05-27 16:46:40 -05:00 committed by GitHub
commit 3f4c658942
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;