libofx: update from 0.9.9 to 0.9.10

This commit is contained in:
Aristid Breitkreuz 2014-10-07 21:21:18 +02:00
parent 8eb3b41c55
commit 0e0f704354

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, opensp, pkgconfig, libxml2, curl }:
stdenv.mkDerivation rec {
name = "libofx-0.9.9";
name = "libofx-0.9.10";
src = fetchurl {
url = "mirror://sourceforge/libofx/${name}.tar.gz";
sha256 = "08vvfj1rq0drcdfchrgb5zp05a2xl3a5aapsfgj0gqy3rp2qivwl";
sha256 = "15gnbh4mszfxk70srdcjkdykk7dbhzqxi3pxgh48a9zg8i4nmqjl";
};
configureFlags = [ "--with-opensp-includes=${opensp}/include/OpenSP" ];