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

libofx: 0.10.5 -> 0.10.7
This commit is contained in:
Christian Kögler 2022-09-12 21:21:58 +02:00 committed by GitHub
commit b85043b5ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "libofx";
version = "0.10.5";
version = "0.10.7";
src = fetchFromGitHub {
owner = "LibOFX";
repo = pname;
rev = version;
sha256 = "sha256-KinJhCscuOCvTkll6sE+404ISqwGX38GnArFKm6hi3U=";
sha256 = "sha256-zbSVmduEH7iO/8N6hEpQQMUYDVG6CaNycGOl5bd6fsw=";
};
preConfigure = "./autogen.sh";