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

homebank: 5.2.6 -> 5.2.7
This commit is contained in:
WilliButz 2019-08-04 16:49:34 +02:00 committed by GitHub
commit 3bf5468d29
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.6";
name = "homebank-5.2.7";
src = fetchurl {
url = "http://homebank.free.fr/public/${name}.tar.gz";
sha256 = "10cqii1bsc7dmg8nzj6xhmk44r390vca49vbsw4g504h0bvwn54s";
sha256 = "0pzbn0wlppwbap19isbv8vv3cq7xswladhc272ykaya78r1bxvcf";
};
nativeBuildInputs = [ pkgconfig wrapGAppsHook ];