xaos: update from 3.5 to 3.6

This commit is contained in:
Nixpkgs Monitor 2013-12-16 01:11:51 +02:00 committed by Evgeny Egorochkin
parent d2bb4dc100
commit 6112fc7fff

View File

@ -2,7 +2,7 @@ a :
let let
fetchurl = a.fetchurl; fetchurl = a.fetchurl;
version = a.lib.attrByPath ["version"] "3.5" a; version = a.lib.attrByPath ["version"] "3.6" a;
buildInputs = with a; [ buildInputs = with a; [
aalib gsl libpng libX11 xproto libXext xextproto aalib gsl libpng libX11 xproto libXext xextproto
libXt zlib gettext intltool perl libXt zlib gettext intltool perl
@ -11,7 +11,7 @@ in
rec { rec {
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/xaos/xaos-${version}.tar.gz"; url = "mirror://sourceforge/xaos/xaos-${version}.tar.gz";
sha256 = "0hj8sxya4s9rc1m4xvxj00jgiczi3ljf2zvrhx34r3ja2m9af7s7"; sha256 = "15cd1cx1dyygw6g2nhjqq3bsfdj8sj8m4va9n75i0f3ryww3x7wq";
}; };
inherit buildInputs; inherit buildInputs;