summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-08-07 13:27:56 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-08-07 13:27:56 +0000
commitf587be2b203c7b02322041ed469207cdfb593b4c (patch)
tree4fa32e6f779381f3f0881a824ed6368e210ab13a /pkgs/applications
parenta2c118e0e3806d1662beda70d9788008ce501c21 (diff)
downloadnixlib-f587be2b203c7b02322041ed469207cdfb593b4c.tar
nixlib-f587be2b203c7b02322041ed469207cdfb593b4c.tar.gz
nixlib-f587be2b203c7b02322041ed469207cdfb593b4c.tar.bz2
nixlib-f587be2b203c7b02322041ed469207cdfb593b4c.tar.lz
nixlib-f587be2b203c7b02322041ed469207cdfb593b4c.tar.xz
nixlib-f587be2b203c7b02322041ed469207cdfb593b4c.tar.zst
nixlib-f587be2b203c7b02322041ed469207cdfb593b4c.zip
* Pan 0.106.
svn path=/nixpkgs/trunk/; revision=6065
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/newsreaders/pan/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/newsreaders/pan/default.nix b/pkgs/applications/networking/newsreaders/pan/default.nix
index 5bf61f763fdc..befcab7a6056 100644
--- a/pkgs/applications/networking/newsreaders/pan/default.nix
+++ b/pkgs/applications/networking/newsreaders/pan/default.nix
@@ -9,11 +9,11 @@ assert spellChecking -> gtkspell != null /* !!! && gtk == gtkspell.gtk */;
 # !!! assert gtk.glib == gnet.glib;
 
 stdenv.mkDerivation {
-  name = "pan-0.96";
+  name = "pan-0.106";
 
   src = fetchurl {
-    url = http://pan.rebelbase.com/download/releases/0.96/SOURCE/pan-0.96.tar.bz2;
-    md5 = "b4e355553cd502add3e599d1e867da9e";
+    url = http://pan.rebelbase.com/download/releases/0.106/SOURCE/pan-0.106.tar.bz2;
+    md5 = "34cdc4b7606f09517f015a2c624044c9";
   };
 
   buildInputs = [