mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
exiftool: 13.58 -> 13.59
changelog: https://exiftool.org/history.html
diff: https://github.com/exiftool/exiftool/compare/13.58...13.59
(cherry picked from commit c9e7b7c1e9)
This commit is contained in:
parent
6b316287ba
commit
a25cdbf0f9
1 changed files with 2 additions and 2 deletions
|
|
@ -12,13 +12,13 @@
|
|||
|
||||
buildPerlPackage rec {
|
||||
pname = "Image-ExifTool";
|
||||
version = "13.58";
|
||||
version = "13.59";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "exiftool";
|
||||
repo = "exiftool";
|
||||
tag = version;
|
||||
hash = "sha256-Mzn1m26uBlulwlfkW+CSRBR8CVqy5oL8cv+85NGgwRc=";
|
||||
hash = "sha256-GA2chp9xyPgjYNW6RQWjK83xmJvHlAvBhpA06uP3XRY=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue