Merge pull request #35455 from dywedir/exiftool

exiftool: 10.60 -> 10.80
This commit is contained in:
Jörg Thalheim 2018-02-24 11:07:06 +00:00 committed by GitHub
commit 5df64232e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -7476,16 +7476,16 @@ let self = _self // overrides; _self = with self; {
ImageExifTool = buildPerlPackage rec {
name = "Image-ExifTool-${version}";
version = "10.60";
version = "10.80";
src = fetchurl {
url = "http://www.sno.phy.queensu.ca/~phil/exiftool/${name}.tar.gz";
sha256 = "1ymcnxf8miw0c1nadpxmvzabmaz837afrwp1k5khhv0s1vv8h2fz";
url = "https://www.sno.phy.queensu.ca/~phil/exiftool/${name}.tar.gz";
sha256 = "14rwr5wk2snqv4yva6fax1gfsdv88941n237m0wyzn3n0xh9dy5w";
};
meta = with stdenv.lib; {
description = "ExifTool, a tool to read, write and edit EXIF meta information";
homepage = http://www.sno.phy.queensu.ca/~phil/exiftool/;
homepage = https://www.sno.phy.queensu.ca/~phil/exiftool/;
longDescription = ''
ExifTool is a platform-independent Perl library plus a command-line