Virtuoso: upgrade to 6.1.6

This commit is contained in:
Evgeny Egorochkin 2013-04-30 11:59:47 +03:00
parent 10c6a065fc
commit f912d96147

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, libxml2, openssl, readline, gawk }:
stdenv.mkDerivation rec {
name = "virtuoso-opensource-6.1.5";
name = "virtuoso-opensource-6.1.6";
src = fetchurl {
url = "mirror://sourceforge/virtuoso/${name}.tar.gz";
sha256 = "02aax76f51ya5slp1slv4r1ihcb7zpb040n33b581g8n1ppgj2ps";
sha256 = "0dx0lp7cngdchi0772hp93zzn6sdap7z8s3vay3mzb9xgf0sdgy6";
};
buildInputs = [ libxml2 openssl readline gawk ];