Merge pull request #251927 from anthonyroussel/exiftool_12_65
exiftool: 12.62 -> 12.65
This commit is contained in:
commit
9c077b7ad2
1 changed files with 2 additions and 2 deletions
|
@ -12708,11 +12708,11 @@ with self; {
|
|||
|
||||
ImageExifTool = buildPerlPackage rec {
|
||||
pname = "Image-ExifTool";
|
||||
version = "12.62";
|
||||
version = "12.65";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://exiftool.org/Image-ExifTool-${version}.tar.gz";
|
||||
hash = "sha256-SZCkbGm2VoiNfVcyuvQDnalkaI7d33ocLutRQEmZ7B0=";
|
||||
hash = "sha256-YWynZES+4/MkYueeN8Y3IC7vKGb0wkANUfIKgScDJDI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang;
|
||||
|
|
Loading…
Reference in a new issue