1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

libofx: 0.9.13 -> 0.9.14 (#58303)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libofx/versions
This commit is contained in:
R. RyanTM 2019-04-12 12:37:53 -07:00 committed by Timo Kaufmann
parent 6ec937ee83
commit bae324acb7

View file

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