exiftool: 12.82 -> 12.84

https://github.com/exiftool/exiftool/compare/12.82...12.84
This commit is contained in:
Anthony Roussel 2024-05-07 15:57:10 +02:00
parent b211b392b8
commit 2a83113cc0
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -10,11 +10,11 @@
buildPerlPackage rec {
pname = "Image-ExifTool";
version = "12.82";
version = "12.84";
src = fetchurl {
url = "https://exiftool.org/Image-ExifTool-${version}.tar.gz";
hash = "sha256-1MfWz0AR+SaM2Ar7gAfLs38OJhOnP4cRekpe1uSjDD4=";
hash = "sha256-sfSnx5bS7vI0KIhBOpB5VYzP6g8oi0rR7mUTxxNWEA0=";
};
nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang;