libofx: 0.9.15 -> 0.10.0

This commit is contained in:
R. RyanTM 2021-01-19 22:37:44 +00:00 committed by tomberek
parent eddb81ccd8
commit 4cc0d67280
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "libofx";
version = "0.9.15";
version = "0.10.0";
src = fetchFromGitHub {
owner = "LibOFX";
repo = pname;
rev = version;
sha256 = "1jx56ma351p8af8dvavygjwf6ipa7qbgq7bpdsymwj27apdnixfy";
sha256 = "sha256-gdLh5ZUciN4FCJwTCaJSKJ5RjXgNDXnDOUWkyTZwf2c=";
};
preConfigure = "./autogen.sh";