Skip to content

Commit

Permalink
expat: 2.2.2 -> 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Aug 4, 2017
1 parent ad83979 commit 629becb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/expat/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl }:

stdenv.mkDerivation rec {
name = "expat-2.2.2";
name = "expat-2.2.3";

src = fetchurl {
url = "mirror://sourceforge/expat/${name}.tar.bz2";
sha256 = "0ik0r39ala9c6hj4kxrk933klgwkzlkbrfhvhaykx8l1rwgr2xj3";
sha256 = "0pyfma0sv4vif17kfv7xh2l2hl6skgw266a9cwm00p7q0bxr065k";
};

outputs = [ "out" "dev" ]; # TODO: fix referrers
Expand Down

4 comments on commit 629becb

@FRidh
Copy link
Member

@FRidh FRidh commented on 629becb Aug 6, 2017

Choose a reason for hiding this comment

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

@rycee
Copy link
Member Author

@rycee rycee commented on 629becb Aug 6, 2017

Choose a reason for hiding this comment

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

There is a patch here: https://github.com/libexpat/libexpat/commit/d98d4399174fd6f71d70e7bd89993a0e7346753d.patch

Will be part of next expat release. I'll add it to the staging and hope for the best.

@rycee
Copy link
Member Author

@rycee rycee commented on 629becb Aug 6, 2017

Choose a reason for hiding this comment

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

In staging now: 2bbfac7

@rycee
Copy link
Member Author

@rycee rycee commented on 629becb Aug 6, 2017

Choose a reason for hiding this comment

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

Seems to have sorted it out: https://hydra.nixos.org/build/58122145

Please sign in to comment.