Skip to content

Commit b2e6b56

Browse files
committedNov 1, 2017
expat: 2.2.4 -> 2.2.5
1 parent c4be15a commit b2e6b56

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, fetchpatch, fetchurl }:
22

33
stdenv.mkDerivation rec {
4-
name = "expat-2.2.4";
4+
name = "expat-2.2.5";
55

66
src = fetchurl {
77
url = "mirror://sourceforge/expat/${name}.tar.bz2";
8-
sha256 = "17h1fb9zvqvf0sr78j211bngc6jpql5wzar8fg9b52jzjvdqbb83";
8+
sha256 = "1xpd78sp7m34jqrw5x13bz7kgz0n6aj15wn4zj4gfx3ypbpk5p6r";
99
};
1010

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

0 commit comments

Comments
 (0)
Please sign in to comment.