homebank: 5.8.3 -> 5.8.5 (#348620)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-10-16 14:50:27 +00:00 committed by GitHub
commit 6269d56b93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "homebank";
version = "5.8.3";
version = "5.8.5";
src = fetchurl {
url =
"https://www.gethomebank.org/public/sources/homebank-${version}.tar.gz";
hash = "sha256-5Ag9UjAdxT5R6cYV6VT7ktaVHqd0kzQoLCpfS5q5xMI=";
hash = "sha256-TrRFHleEA5VGjC1qP+TQFq2gun1Hyn8c7AQYwKEznpc=";
};
nativeBuildInputs = [ pkg-config wrapGAppsHook3 intltool ];