summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2013-11-12 13:32:42 +0100
committerMoritz Ulrich <moritz@tarn-vedra.de>2013-11-12 20:04:26 +0100
commit6937e0a99b92ea14e7dca83ea5fc80b346b495f4 (patch)
treecf9b525fff8783a34ee51c5684b9267c8bbaab90 /pkgs
parentd207047afc29c86bc606372b45959b47f9decb7f (diff)
downloadnixpkgs-6937e0a99b92ea14e7dca83ea5fc80b346b495f4.tar
nixpkgs-6937e0a99b92ea14e7dca83ea5fc80b346b495f4.tar.gz
nixpkgs-6937e0a99b92ea14e7dca83ea5fc80b346b495f4.tar.bz2
nixpkgs-6937e0a99b92ea14e7dca83ea5fc80b346b495f4.tar.lz
nixpkgs-6937e0a99b92ea14e7dca83ea5fc80b346b495f4.tar.xz
nixpkgs-6937e0a99b92ea14e7dca83ea5fc80b346b495f4.tar.zst
nixpkgs-6937e0a99b92ea14e7dca83ea5fc80b346b495f4.zip
yaws: Update to 1.98.
This fixes the build when compiled with Erlang 16B01 (default).

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/http/yaws/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/http/yaws/default.nix b/pkgs/servers/http/yaws/default.nix
index 7828cf84398..933df2d0e36 100644
--- a/pkgs/servers/http/yaws/default.nix
+++ b/pkgs/servers/http/yaws/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "yaws-${version}";
-  version = "1.95";
+  version = "1.98";
 
   src = fetchurl {
     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
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
     homepage = http://http://yaws.hyber.org;
     license = licenses.bsd2;
     platforms = platforms.linux;
-    maintainers = [ maintainers.goibhniu ];
+    maintainers = with maintainers; [ goibhniu the-kenny ];
   };
 
 }