Merge pull request #62435 from r-ryantm/auto-update/homebank

homebank: 5.2.5 -> 5.2.6
This commit is contained in:
Pascal Wittmann 2019-06-02 08:42:35 +02:00 committed by GitHub
commit d808fbd239
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,10 +2,10 @@
, hicolor-icon-theme, libsoup, gnome3 }:
stdenv.mkDerivation rec {
name = "homebank-5.2.5";
name = "homebank-5.2.6";
src = fetchurl {
url = "http://homebank.free.fr/public/${name}.tar.gz";
sha256 = "1716igj18792sp4rx0vwxvx95mahgb7wiyahd2018yq8z88vc36w";
sha256 = "10cqii1bsc7dmg8nzj6xhmk44r390vca49vbsw4g504h0bvwn54s";
};
nativeBuildInputs = [ pkgconfig wrapGAppsHook ];