Soprano-2.8.0

This commit is contained in:
Yury G. Kudryashov 2012-08-08 13:14:21 +04:00
parent 497c364f7c
commit ce5d5568a4

View File

@ -2,11 +2,11 @@
, pkgconfig }: , pkgconfig }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "soprano-2.7.6"; name = "soprano-2.8.0";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/soprano/${name}.tar.bz2"; url = "mirror://sourceforge/soprano/${name}.tar.bz2";
sha256 = "0cnprxc8wykl96aphsh2d3711h7cals7gnibbxpsmsqyqbnhbp98"; sha256 = "1israssklrb4mhx2dgkfnabh21ll1jyis1c5c42rc9gi23mkb7ah";
}; };
patches = [ ./find-virtuoso.patch ]; patches = [ ./find-virtuoso.patch ];