exiftool: 12.51 -> 12.52

This commit is contained in:
Anthony Roussel
2022-12-09 22:36:07 +01:00
parent d4288c8e3f
commit 7896543799
+2 -2
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;