yaws: Update to 1.98.

This fixes the build when compiled with Erlang 16B01 (default).

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
This commit is contained in:
Moritz Ulrich 2013-11-12 13:32:42 +01:00
parent d207047afc
commit 6937e0a99b

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "yaws-${version}"; name = "yaws-${version}";
version = "1.95"; version = "1.98";
src = fetchurl { src = fetchurl {
url = "http://yaws.hyber.org/download/${name}.tar.gz"; url = "http://yaws.hyber.org/download/${name}.tar.gz";
sha256 = "01jlp6v8l95n9k5rbp4kvklnh95q7yv9lp2a6ahyixb1cn1sxvz4"; sha256 = "0c88da7gxha7an3c82j5a3r1y0j7cjq66zqfrzjihg8pwp618zfl";
}; };
# The tarball includes a symlink yaws -> yaws-1.95, which seems to be # The tarball includes a symlink yaws -> yaws-1.95, which seems to be
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
homepage = http://http://yaws.hyber.org; homepage = http://http://yaws.hyber.org;
license = licenses.bsd2; license = licenses.bsd2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.goibhniu ]; maintainers = with maintainers; [ goibhniu the-kenny ];
}; };
} }