homebank: 5.7.3 -> 5.7.4
This commit is contained in:
parent
392580561c
commit
7e0b9f767d
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "homebank";
|
pname = "homebank";
|
||||||
version = "5.7.3";
|
version = "5.7.4";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.gethomebank.org/public/sources/homebank-${version}.tar.gz";
|
url = "https://www.gethomebank.org/public/sources/homebank-${version}.tar.gz";
|
||||||
hash = "sha256-ad8XKlmazWZim/mLNmnsFSy5Oni7yv3HQxYX3SXzXcU=";
|
hash = "sha256-Qs5xRsh16gyjyTORtqm/RxTbRiHGP0oJTcxviYW7VOQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config wrapGAppsHook intltool ];
|
nativeBuildInputs = [ pkg-config wrapGAppsHook intltool ];
|
||||||
|
|
Loading…
Reference in a new issue