homebank: 5,5,6 -> 5.6.5

This commit is contained in:
Frank Lanitz 2023-07-01 17:11:35 +02:00
parent 41074a9bce
commit 005fa5b3c4

View File

@ -3,10 +3,10 @@
stdenv.mkDerivation rec {
pname = "homebank";
version = "5.5.6";
version = "5.6.5";
src = fetchurl {
url = "http://homebank.free.fr/public/homebank-${version}.tar.gz";
sha256 = "sha256-Rg6OjHLkwVIDnXqzqPXA8DxqSdrh2T6V/gLBND8vx9o=";
url = "http://homebank.free.fr/public/sources/homebank-${version}.tar.gz";
hash = "sha256-tUlN/Ph9eoVyaWoq+ioESWunnjhXzT47GKwDvRttLKg=";
};
nativeBuildInputs = [ pkg-config wrapGAppsHook intltool ];