* SWIG 1.3.29.
svn path=/nixpkgs/trunk/; revision=6567
This commit is contained in:
parent
af3721de0a
commit
07b12ad2f0
@ -6,12 +6,12 @@ assert pythonSupport -> python != null;
|
||||
assert javaSupport -> jdk != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "swig-1.3.19";
|
||||
name = "swig-1.3.29";
|
||||
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/swig-1.3.19.tar.gz;
|
||||
md5 = "a733455544426b31868dd87fc162e750";
|
||||
url = http://surfnet.dl.sourceforge.net/sourceforge/swig/swig-1.3.29.tar.gz;
|
||||
md5 = "44c6f6d8d724cf7fa4a5109e6f63c9b1";
|
||||
};
|
||||
|
||||
inherit perlSupport pythonSupport javaSupport;
|
||||
|
Loading…
Reference in New Issue
Block a user