Merge pull request #311513 from r-ryantm/auto-update/homebank

homebank: 5.7.4 -> 5.8
This commit is contained in:
Pascal Wittmann 2024-05-14 09:31:38 +02:00 committed by GitHub
commit c6e1c1fcff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];