exiftool: 12.68 -> 12.70
https://github.com/exiftool/exiftool/compare/12.68...12.70 https://exiftool.org/history.html
This commit is contained in:
parent
faf93f9750
commit
f5e6159032
1 changed files with 2 additions and 2 deletions
|
@ -13164,11 +13164,11 @@ with self; {
|
|||
|
||||
ImageExifTool = buildPerlPackage rec {
|
||||
pname = "Image-ExifTool";
|
||||
version = "12.68";
|
||||
version = "12.70";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://exiftool.org/Image-ExifTool-${version}.tar.gz";
|
||||
hash = "sha256-+GM3WffmDSvDCtGcSCCw6/pqfQic9Di3Umg/i22AOYc=";
|
||||
hash = "sha256-TLJSJEXMPj870TkExq6uraX8Wl4kmNerrSlX3LQsr/4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang;
|
||||
|
|
Loading…
Reference in a new issue