exiftool: 12.54 -> 12.55

This commit is contained in:
Anthony Roussel 2023-01-20 21:49:01 +01:00 committed by Bjørn Forsman
parent 3290828905
commit d4595fd381

View file

@ -12507,11 +12507,11 @@ let
ImageExifTool = buildPerlPackage rec {
pname = "Image-ExifTool";
version = "12.54";
version = "12.55";
src = fetchurl {
url = "https://exiftool.org/Image-ExifTool-${version}.tar.gz";
hash = "sha256-KnT6le0CfqS8yP/qpx4HgVsJmp38oPQIc36tNUzpfc8=";
hash = "sha256-CFgb16GnYPIKG0PLbTiSfm7FRdWZBtroXH32c5Ru6gg=";
};
nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang;