Merge pull request #268706 from frlan/update/homebank-5.7.2

homebank: 5.7.1 -> 5.7.2
This commit is contained in:
Maximilian Bosch 2023-11-29 18:41:05 +01:00 committed by GitHub
commit 826ef49951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;