homebank: 5.7.4 -> 5.8

This commit is contained in:
R. Ryantm
2024-05-14 00:36:38 +00:00
parent 80bfa2e774
commit ca83033baf

View File

@@ -3,10 +3,10 @@
stdenv.mkDerivation rec {
pname = "homebank";
version = "5.7.4";
version = "5.8";
src = fetchurl {
url = "https://www.gethomebank.org/public/sources/homebank-${version}.tar.gz";
hash = "sha256-Qs5xRsh16gyjyTORtqm/RxTbRiHGP0oJTcxviYW7VOQ=";
hash = "sha256-tgjcz4znnw++5lBoJDWtHKpRFENfM0xBpyhGf8nAACw=";
};
nativeBuildInputs = [ pkg-config wrapGAppsHook3 intltool ];