new version of pangoxsl

svn path=/nixpkgs/trunk/; revision=5467
This commit is contained in:
Armijn Hemel 2006-06-18 11:48:41 +00:00
parent 2ffc1840dc
commit b4ecec05c5
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
{stdenv, fetchurl, pkgconfig, glib, pango}: {stdenv, fetchurl, pkgconfig, glib, pango}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "pangoxsl-1.6.0.1"; name = "pangoxsl-1.6.0.3";
src = fetchurl { src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/pangoxsl-1.6.0.1.tar.gz; url = http://surfnet.dl.sourceforge.net/sourceforge/pangopdf/pangoxsl-1.6.0.3.tar.gz;
md5 = "3c2b9b3b77c9b725a2914db90f61f24b"; md5 = "c98bad47ffa7de2e946a8e35d45e071c";
}; };
buildInputs = [ buildInputs = [