Skip to content

Commit cc8e2ae

Browse files
committedJul 17, 2017
expat: 2.2.1 -> 2.2.2
1 parent 8b47077 commit cc8e2ae

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.1";
4+
name = "expat-2.2.2";
55

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

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

5 commit comments

Comments
 (5)

FRidh commented on Jul 18, 2017

@FRidh
Member

This caused a mass-rebuild. Python depends on it.

vcunat commented on Jul 18, 2017

@vcunat
Member

stdenv depends on expat!

vcunat commented on Jul 18, 2017

@vcunat
Member

It doesn't, my memory failed me (or possibly it has changed), but it's still a rather large rebuild on linux-*.

rycee commented on Jul 18, 2017

@rycee
MemberAuthor

Sorry about this. According to nox-review it wanted to build 7000 packages or so which I understood to not really be considered a mass rebuild. If I update expat in the future I'll put it into staging.

vcunat commented on Jul 18, 2017

@vcunat
Member

It's 6~7k just on x86_64-linux...

Please sign in to comment.