exiftool: 12.80 -> 12.82

https://github.com/exiftool/exiftool/compare/12.80...12.82
This commit is contained in:
Anthony Roussel 2024-04-08 14:40:32 +02:00
parent ddecb48547
commit 9d42d7b645
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E
1 changed files with 2 additions and 2 deletions

View File

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