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

libofx: 0.10.3 -> 0.10.5
This commit is contained in:
Jonas Heinrich 2022-08-29 14:54:59 +02:00 committed by GitHub
commit 41ddf8c515
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.3";
version = "0.10.5";
src = fetchFromGitHub {
owner = "LibOFX";
repo = pname;
rev = version;
sha256 = "sha256-2ZSbXdlpX5MDV9y1d9ZqNSh/834MUeCZJHjJcg7ap0A=";
sha256 = "sha256-KinJhCscuOCvTkll6sE+404ISqwGX38GnArFKm6hi3U=";
};
preConfigure = "./autogen.sh";