exiftool: 13.58 -> 13.59 (#525534)

This commit is contained in:
Thomas Gerbet
2026-06-03 07:11:18 +00:00
committed by GitHub
@@ -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 = ''