Skip to content

Commit

Permalink
expat: 2.2.4 -> 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Nov 1, 2017
1 parent c4be15a commit b2e6b56
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, fetchpatch, fetchurl }:

stdenv.mkDerivation rec {
name = "expat-2.2.4";
name = "expat-2.2.5";

src = fetchurl {
url = "mirror://sourceforge/expat/${name}.tar.bz2";
sha256 = "17h1fb9zvqvf0sr78j211bngc6jpql5wzar8fg9b52jzjvdqbb83";
sha256 = "1xpd78sp7m34jqrw5x13bz7kgz0n6aj15wn4zj4gfx3ypbpk5p6r";
};

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

0 comments on commit b2e6b56

Please sign in to comment.