summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-12-26 17:27:30 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-12-26 17:27:30 +0000
commit0def824532c8e4a2ea894a4de95b37d1acd5fc12 (patch)
treef5e9f116720142ca8a7dd8bf053671fda1aa9cb3 /pkgs/tools
parent42a4cda59df33c8ffc70f937adb26200deddd7f3 (diff)
downloadnixpkgs-0def824532c8e4a2ea894a4de95b37d1acd5fc12.tar
nixpkgs-0def824532c8e4a2ea894a4de95b37d1acd5fc12.tar.gz
nixpkgs-0def824532c8e4a2ea894a4de95b37d1acd5fc12.tar.bz2
nixpkgs-0def824532c8e4a2ea894a4de95b37d1acd5fc12.tar.lz
nixpkgs-0def824532c8e4a2ea894a4de95b37d1acd5fc12.tar.xz
nixpkgs-0def824532c8e4a2ea894a4de95b37d1acd5fc12.tar.zst
nixpkgs-0def824532c8e4a2ea894a4de95b37d1acd5fc12.zip
Updating webalizer.
svn path=/nixpkgs/trunk/; revision=31105
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/networking/webalizer/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/webalizer/default.nix b/pkgs/tools/networking/webalizer/default.nix
index 7645bff9e55..efa29e81407 100644
--- a/pkgs/tools/networking/webalizer/default.nix
+++ b/pkgs/tools/networking/webalizer/default.nix
@@ -1,11 +1,11 @@
 {stdenv, fetchurl, zlib, libpng, gd, geoip, db4}:
 
 stdenv.mkDerivation {
-  name = "webalizer-2.21-02";
+  name = "webalizer-2.23-05";
 
   src = fetchurl {
-    url = ftp://ftp.mrunix.net/pub/webalizer/webalizer-2.21-02-src.tgz;
-    sha256 = "0spfsqxhgfnmd2yyhrmrj8chjilr8qbx1g2n3kn44k9gd4y3jfc7";
+    url = ftp://ftp.mrunix.net/pub/webalizer/webalizer-2.23-05-src.tar.bz2;
+    sha256 = "0nl88y57a7gawfragj3viiigfkh5sgivfb4n0k89wzcjw278pj5g";
   };
 
   preConfigure =