Skip to content

Commit 629becb

Browse files
committedAug 4, 2017
expat: 2.2.2 -> 2.2.3
1 parent ad83979 commit 629becb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/libraries/expat/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{ stdenv, fetchurl }:
22

33
stdenv.mkDerivation rec {
4-
name = "expat-2.2.2";
4+
name = "expat-2.2.3";
55

66
src = fetchurl {
77
url = "mirror://sourceforge/expat/${name}.tar.bz2";
8-
sha256 = "0ik0r39ala9c6hj4kxrk933klgwkzlkbrfhvhaykx8l1rwgr2xj3";
8+
sha256 = "0pyfma0sv4vif17kfv7xh2l2hl6skgw266a9cwm00p7q0bxr065k";
99
};
1010

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

4 commit comments

Comments
 (4)

rycee commented on Aug 6, 2017

@rycee
MemberAuthor

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 commented on Aug 6, 2017

@rycee
MemberAuthor

In staging now: 2bbfac7

rycee commented on Aug 6, 2017

@rycee
MemberAuthor

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

Please sign in to comment.