From bcc9c9ab1ee8cbe72da0720898bb018af42e52d6 Mon Sep 17 00:00:00 2001 From: LluĂ­s Batlle i Rossell Date: Thu, 24 Dec 2009 17:02:44 +0000 Subject: Updated xaos to 3.5 svn path=/nixpkgs/trunk/; revision=19096 --- pkgs/applications/graphics/xaos/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'pkgs/applications/graphics/xaos') diff --git a/pkgs/applications/graphics/xaos/default.nix b/pkgs/applications/graphics/xaos/default.nix index adf64cdb0d37..a746eb86b940 100644 --- a/pkgs/applications/graphics/xaos/default.nix +++ b/pkgs/applications/graphics/xaos/default.nix @@ -2,7 +2,7 @@ a : let fetchurl = a.fetchurl; - version = a.lib.attrByPath ["version"] "3.4" a; + version = a.lib.attrByPath ["version"] "3.5" a; buildInputs = with a; [ aalib gsl libpng libX11 xproto libXext xextproto libXt zlib gettext intltool perl @@ -10,8 +10,8 @@ let in rec { src = fetchurl { - url = "http://prdownloads.sourceforge.net/xaos/XaoS-${version}.tar.gz"; - sha256 = "004cdb0xv14shyixs79bf95s52s7aidr5bqfn9wb49gpasrsknrc"; + url = "mirror://sourceforge/xaos/xaos-${version}.tar.gz"; + sha256 = "0hj8sxya4s9rc1m4xvxj00jgiczi3ljf2zvrhx34r3ja2m9af7s7"; }; inherit buildInputs; @@ -27,6 +27,8 @@ rec { name = "xaos-" + version; meta = { + homepage = http://xaos.sourceforge.net/; description = "XaoS - fractal viewer"; + license = "GPLv2+"; }; } -- cgit 1.4.1