Merge pull request #247968 from frlan/update/homebank-5.6.6
homebank: 5.6.5 -> 5.6.6
This commit is contained in:
commit
95bb477912
1 changed files with 3 additions and 3 deletions
|
@ -3,14 +3,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "homebank";
|
pname = "homebank";
|
||||||
version = "5.6.5";
|
version = "5.6.6";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://homebank.free.fr/public/sources/homebank-${version}.tar.gz";
|
url = "http://homebank.free.fr/public/sources/homebank-${version}.tar.gz";
|
||||||
hash = "sha256-tUlN/Ph9eoVyaWoq+ioESWunnjhXzT47GKwDvRttLKg=";
|
hash = "sha256-ZW/N8YUU8r7SYY/+hqVYrqYW/KQqtuChfQJxXftl3A4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config wrapGAppsHook intltool ];
|
nativeBuildInputs = [ pkg-config wrapGAppsHook intltool ];
|
||||||
buildInputs = [ gtk libofx libsoup gnome.adwaita-icon-theme ];
|
buildInputs = [ gtk libofx libsoup gnome.adwaita-icon-theme];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Free, easy, personal accounting for everyone";
|
description = "Free, easy, personal accounting for everyone";
|
||||||
|
|
Loading…
Reference in a new issue