From 2f34f27f8aead9919d05180db82961a471344c27 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 30 Apr 2011 09:20:59 +0000 Subject: * w3m updated to 0.5.3. svn path=/nixpkgs/trunk/; revision=27058 --- pkgs/applications/networking/browsers/w3m/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/networking/browsers/w3m/default.nix b/pkgs/applications/networking/browsers/w3m/default.nix index 6844e582026c..d5294c961e64 100644 --- a/pkgs/applications/networking/browsers/w3m/default.nix +++ b/pkgs/applications/networking/browsers/w3m/default.nix @@ -8,12 +8,12 @@ assert sslSupport -> openssl != null; assert graphicsSupport -> x11 != null; -stdenv.mkDerivation { - name = "w3m-0.5.2"; +stdenv.mkDerivation rec { + name = "w3m-0.5.3"; src = fetchurl { - url = mirror://sourceforge/w3m/w3m-0.5.2.tar.gz; - md5 = "ba06992d3207666ed1bf2dcf7c72bf58"; + url = "mirror://sourceforge/w3m/${name}.tar.gz"; + sha256 = "1qx9f0kprf92r1wxl3sacykla0g04qsi0idypzz24b7xy9ix5579"; }; # Patch for the newer unstable boehm-gc 7.2alpha. Not all platforms use that -- cgit 1.4.1