Merge pull request #299728 from anthonyroussel/updates/exiftool_12_81

exiftool: 12.80 -> 12.82
This commit is contained in:
Mario Rodas 2024-04-16 21:04:11 -05:00 committed by GitHub
commit e9f132ab9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;