homebank: 5.7.1 -> 5.7.2

This commit is contained in:
Frank Lanitz 2023-11-20 13:08:46 +01:00
parent f1f62c94f6
commit f4ec121e10

View File

@ -3,10 +3,10 @@
stdenv.mkDerivation rec {
pname = "homebank";
version = "5.7.1";
version = "5.7.2";
src = fetchurl {
url = "http://homebank.free.fr/public/sources/homebank-${version}.tar.gz";
hash = "sha256-fwqSnXde7yalqfKfo8AT8+762/aYLMCGp8dd3bm09Ck=";
url = "https://www.gethomebank.org/public/sources/homebank-${version}.tar.gz";
hash = "sha256-Mx1++I2Q8/NMpmEPfxjonpNUQ7GLCRqH2blL11Vjme8=";
};
nativeBuildInputs = [ pkg-config wrapGAppsHook intltool ];
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Free, easy, personal accounting for everyone";
homepage = "http://homebank.free.fr/";
homepage = "https://www.gethomebank.org";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ pSub ];
platforms = platforms.linux ++ platforms.darwin;