Skip to content

Commit

Permalink
exiv2: 0.25 -> 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jul 17, 2017
1 parent 77a0b04 commit c2e9f45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/exiv2/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, fetchpatch, zlib, expat, gettext }:

stdenv.mkDerivation rec {
name = "exiv2-0.25";
name = "exiv2-0.26";

src = fetchurl {
url = "http://www.exiv2.org/${name}.tar.gz";
sha256 = "197g6vgcpyf9p2cwn5p5hb1r714xsk1v4p96f5pv1z8mi9vzq2y8";
url = "http://www.exiv2.org/builds/${name}-trunk.tar.gz";
sha256 = "1yza317qxd8yshvqnay164imm0ks7cvij8y8j86p1gqi1153qpn7";
};
postPatch = "patchShebangs ./src/svn_version.sh";

Expand Down

4 comments on commit c2e9f45

@mdorman
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks gexiv2 and anything that depends on it. Should have run nox on this change.

@globin
Copy link
Member

@globin globin commented on c2e9f45 Jul 17, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pushed a fix in 46ead28

@mdorman
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks!

@fpletz
Copy link
Member Author

@fpletz fpletz commented on c2e9f45 Jul 18, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Please sign in to comment.