Merge pull request #40087 from r-ryantm/auto-update/libofx

libofx: 0.9.12 -> 0.9.13
This commit is contained in:
Jörg Thalheim 2018-05-07 13:32:42 +01:00 committed by GitHub
commit 64f92f9dc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, opensp, pkgconfig, libxml2, curl }:
stdenv.mkDerivation rec {
name = "libofx-0.9.12";
name = "libofx-0.9.13";
src = fetchurl {
url = "mirror://sourceforge/libofx/${name}.tar.gz";
sha256 = "0wvkgffq9qjhjrggg8r1nbhmw65j3lcl4y4cdpmmkrqiz9ia0py1";
sha256 = "1r60pj1jn269mk4s4025qxllkzgvnbw5r3vby8j2ry5svmygksjp";
};
configureFlags = [ "--with-opensp-includes=${opensp}/include/OpenSP" ];