We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 7be2796 commit 359c8c9Copy full SHA for 359c8c9
pkgs/development/libraries/expat/default.nix
@@ -1,11 +1,11 @@
1
{ stdenv, fetchurl }:
2
3
stdenv.mkDerivation rec {
4
- name = "expat-2.2.1";
+ name = "expat-2.2.2";
5
6
src = fetchurl {
7
url = "mirror://sourceforge/expat/${name}.tar.bz2";
8
- sha256 = "11c8jy1wvllvlk7xdc5cm8hdhg0hvs8j0aqy6s702an8wkdcls0q";
+ sha256 = "0ik0r39ala9c6hj4kxrk933klgwkzlkbrfhvhaykx8l1rwgr2xj3";
9
};
10
11
outputs = [ "out" "dev" ]; # TODO: fix referrers
0 commit comments