mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
new version of pangoxsl
svn path=/nixpkgs/trunk/; revision=5467
This commit is contained in:
parent
2ffc1840dc
commit
b4ecec05c5
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
{stdenv, fetchurl, pkgconfig, glib, pango}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "pangoxsl-1.6.0.1";
|
||||
name = "pangoxsl-1.6.0.3";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/pangoxsl-1.6.0.1.tar.gz;
|
||||
md5 = "3c2b9b3b77c9b725a2914db90f61f24b";
|
||||
url = http://surfnet.dl.sourceforge.net/sourceforge/pangopdf/pangoxsl-1.6.0.3.tar.gz;
|
||||
md5 = "c98bad47ffa7de2e946a8e35d45e071c";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue