Merge pull request #315699 from frlan/update/homebank-5.8.1

homebank: 5.8 -> 5.8.1
This commit is contained in:
Pascal Wittmann 2024-05-29 22:35:28 +02:00 committed by GitHub
commit 95ff96e027
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.8";
version = "5.8.1";
src = fetchurl {
url = "https://www.gethomebank.org/public/sources/homebank-${version}.tar.gz";
hash = "sha256-tgjcz4znnw++5lBoJDWtHKpRFENfM0xBpyhGf8nAACw=";
hash = "sha256-YMNf6v40GuyP7Z3ksKh13A9cFnTF9YBP9xkKbGxT3AE=";
};
nativeBuildInputs = [ pkg-config wrapGAppsHook3 intltool ];