3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #205373 from anthonyroussel/exiftool

This commit is contained in:
Sandro 2022-12-16 23:05:56 +01:00 committed by GitHub
commit a97a2e4c6d
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.51";
version = "12.52";
src = fetchurl {
url = "https://exiftool.org/Image-ExifTool-${version}.tar.gz";
hash = "sha256-76meNQp9c0Z+81gNSMnDTtJmd/qOGu4uqeHsGhTnDkQ=";
hash = "sha256-yH8RlkTRAanHYNyq5Vi52W8mGKIJwmGZsWhzyokz+ao=";
};
nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang;