Skip to content

Commit

Permalink
homebank: 5.1.6 -> 5.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Jan 31, 2018
1 parent 561b9ca commit df45c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/office/homebank/default.nix
Expand Up @@ -2,10 +2,10 @@
, hicolor_icon_theme, libsoup, gnome3 }:

stdenv.mkDerivation rec {
name = "homebank-5.1.6";
name = "homebank-5.1.7";
src = fetchurl {
url = "http://homebank.free.fr/public/${name}.tar.gz";
sha256 = "1q4h890g6a6pm6kfiavbq9sbpsnap0f854sja2y5q3x0j0ay2q98";
sha256 = "19szz86jxya8v4r3pa5czng9q2kn5hhbk273x1wqvdv40z0577jp";
};

nativeBuildInputs = [ pkgconfig wrapGAppsHook ];
Expand Down

0 comments on commit df45c65

Please sign in to comment.