forked from mirrors/nixpkgs
soprano-2.5.63
svn path=/nixpkgs/trunk/; revision=25281
This commit is contained in:
parent
a7ddd93631
commit
ea3d59b437
|
@ -1,11 +1,11 @@
|
|||
{stdenv, fetchurl, cmake, qt4, cluceneCore, redland, libiodbc}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "soprano-2.5.2";
|
||||
name = "soprano-2.5.63";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/soprano/${name}.tar.bz2";
|
||||
sha256 = "17k17hrcwij2plms4hb0j6994ar9kcxykf699iyiggfpj1zg7nym";
|
||||
sha256 = "1i69pbfykgn2bp36hn1qk9sbw1yx4fnaa31bfxfdssfxli7ik6c4";
|
||||
};
|
||||
|
||||
# We disable the Java backend, since we do not need them and they make the closure size much bigger
|
||||
|
|
Loading…
Reference in a new issue