Skip to content

Commit

Permalink
expat: 2.2.1 -> 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Jul 17, 2017
1 parent 8b47077 commit cc8e2ae
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.1";
name = "expat-2.2.2";

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

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

5 comments on commit cc8e2ae

@FRidh
Copy link
Member

@FRidh FRidh commented on cc8e2ae Jul 18, 2017

Choose a reason for hiding this comment

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

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

@vcunat
Copy link
Member

@vcunat vcunat commented on cc8e2ae Jul 18, 2017

Choose a reason for hiding this comment

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

stdenv depends on expat!

@vcunat
Copy link
Member

@vcunat vcunat commented on cc8e2ae Jul 18, 2017

Choose a reason for hiding this comment

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

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

@rycee
Copy link
Member Author

@rycee rycee commented on cc8e2ae Jul 18, 2017

Choose a reason for hiding this comment

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

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
Copy link
Member

@vcunat vcunat commented on cc8e2ae Jul 18, 2017

Choose a reason for hiding this comment

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

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

Please sign in to comment.