exiftool: 13.58 -> 13.59

changelog: https://exiftool.org/history.html

diff: https://github.com/exiftool/exiftool/compare/13.58...13.59
(cherry picked from commit c9e7b7c1e9)
This commit is contained in:
Hythera 2026-05-29 13:33:05 +02:00 committed by github-actions[bot]
commit a25cdbf0f9

View file

@ -12,13 +12,13 @@
buildPerlPackage rec {
pname = "Image-ExifTool";
version = "13.58";
version = "13.59";
src = fetchFromGitHub {
owner = "exiftool";
repo = "exiftool";
tag = version;
hash = "sha256-Mzn1m26uBlulwlfkW+CSRBR8CVqy5oL8cv+85NGgwRc=";
hash = "sha256-GA2chp9xyPgjYNW6RQWjK83xmJvHlAvBhpA06uP3XRY=";
};
postPatch = ''