exiftool: 13.39 -> 13.52 (#490807)

This commit is contained in:
Anthony
2026-02-28 10:29:32 +00:00
committed by GitHub
@@ -12,13 +12,13 @@
buildPerlPackage rec {
pname = "Image-ExifTool";
version = "13.39";
version = "13.52";
src = fetchFromGitHub {
owner = "exiftool";
repo = "exiftool";
tag = version;
hash = "sha256-GPm3HOt7fNMbXRrV5V+ykJAfhww1O6NrD0l/7hA2i28=";
hash = "sha256-vsIktUk93fA8lqmphl2xk0Hqgh7VJ08LCP98NnD2o/Q=";
};
postPatch = ''