Unverified Commit e9f132ab authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #299728 from anthonyroussel/updates/exiftool_12_81

exiftool: 12.80 -> 12.82
parents 445a3611 9d42d7b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;