exiftool: 12.82 -> 12.84

https://github.com/exiftool/exiftool/compare/12.82...12.84

+2 -2
+2 -2
pkgs/development/perl-modules/ImageExifTool/default.nix
··· 10 10 11 11 buildPerlPackage rec { 12 12 pname = "Image-ExifTool"; 13 - version = "12.82"; 13 + version = "12.84"; 14 14 15 15 src = fetchurl { 16 16 url = "https://exiftool.org/Image-ExifTool-${version}.tar.gz"; 17 - hash = "sha256-1MfWz0AR+SaM2Ar7gAfLs38OJhOnP4cRekpe1uSjDD4="; 17 + hash = "sha256-sfSnx5bS7vI0KIhBOpB5VYzP6g8oi0rR7mUTxxNWEA0="; 18 18 }; 19 19 20 20 nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang;