Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dd9f73e7d344
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: de9aef76867e
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 28, 2021

  1. Copy the full SHA
    22c8f04 View commit details

Commits on Jan 29, 2021

  1. Merge pull request #111024 from dywedir/exiftool

    perlPackages.ImageExifTool: 12.00 -> 12.16
    stigtsp authored Jan 29, 2021
    Copy the full SHA
    de9aef7 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/top-level/perl-packages.nix
6 changes: 3 additions & 3 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
@@ -10543,11 +10543,11 @@ let

ImageExifTool = buildPerlPackage {
pname = "Image-ExifTool";
version = "12.00";
version = "12.16";

src = fetchurl {
url = "mirror://cpan/authors/id/E/EX/EXIFTOOL/Image-ExifTool-12.00.tar.gz";
sha256 = "0nl5djf6hs6brnp7qnqvj3xwhj1qnjwcv35ih4yqp2mm9b4jqyfh";
url = "mirror://cpan/authors/id/E/EX/EXIFTOOL/Image-ExifTool-12.16.tar.gz";
sha256 = "0skm22b3gg1bfk0amklrprpva41m6mkrhqp0gi7z1nmcf9ypjh61";
};

nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang;