Commit acc8a468 authored by Manuel Mendez's avatar Manuel Mendez
Browse files

exiftool: 13.00 -> 13.25

Missed an intermediate "production release" (13.10), see changelog for
list of changes:
https://github.com/exiftool/exiftool/blob/13.25/Changes#L7-L347
parent 19616152
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@

buildPerlPackage rec {
  pname = "Image-ExifTool";
  version = "13.00";
  version = "13.25";

  src = fetchurl {
    url = "https://exiftool.org/Image-ExifTool-${version}.tar.gz";
    hash = "sha256-SJV4jzT4NHZfhr5KWtWjJDP1ctdXFg7Ne2Eur17TfoQ=";
    hash = "sha256-HNVVFEhGooKYeDvr86tFIjUnPHg1hBCBPj1Ok8ZTsfo=";
  };

  nativeBuildInputs = lib.optional stdenv.hostPlatform.isDarwin shortenPerlShebang;