homebank: 5.6.5 -> 5.6.6

This commit is contained in:
Frank Lanitz 2023-08-07 22:13:22 +02:00
parent fba2eab4c0
commit cd1eadd73b

View file

@ -3,14 +3,14 @@
stdenv.mkDerivation rec {
pname = "homebank";
version = "5.6.5";
version = "5.6.6";
src = fetchurl {
url = "http://homebank.free.fr/public/sources/homebank-${version}.tar.gz";
hash = "sha256-tUlN/Ph9eoVyaWoq+ioESWunnjhXzT47GKwDvRttLKg=";
hash = "sha256-ZW/N8YUU8r7SYY/+hqVYrqYW/KQqtuChfQJxXftl3A4=";
};
nativeBuildInputs = [ pkg-config wrapGAppsHook intltool ];
buildInputs = [ gtk libofx libsoup gnome.adwaita-icon-theme ];
buildInputs = [ gtk libofx libsoup gnome.adwaita-icon-theme];
meta = with lib; {
description = "Free, easy, personal accounting for everyone";