Merge pull request #203241 from anthonyroussel/exiftool_12_51

exiftool: 12.50 -> 12.51
This commit is contained in:
Guillaume Girol 2022-12-03 21:06:36 +00:00 committed by GitHub
commit 58273785b8
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.50";
version = "12.51";
src = fetchurl {
url = "https://exiftool.org/Image-ExifTool-${version}.tar.gz";
hash = "sha256-vOhB/FwQMC8PPvdnjDvxRpU6jAZcC6GMQfc0AH4uwKg=";
hash = "sha256-76meNQp9c0Z+81gNSMnDTtJmd/qOGu4uqeHsGhTnDkQ=";
};
nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang;