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

homebank: 5.2.8 -> 5.3.1
This commit is contained in:
Aaron Andersen 2020-01-25 11:28:04 -05:00 committed by GitHub
commit dfbb444ab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
, libsoup, gnome3 }:
stdenv.mkDerivation rec {
name = "homebank-5.2.8";
name = "homebank-5.3.1";
src = fetchurl {
url = "http://homebank.free.fr/public/${name}.tar.gz";
sha256 = "13ampiv68y30kc0p2560g3yz8whqpwnidfcnb9lndv93b9ca767y";
sha256 = "119lyr8c33n8sa3s4l8s33ajwhyv0qgpmaigkyaqnccbkw1qdhhv";
};
nativeBuildInputs = [ pkgconfig wrapGAppsHook ];