Skip to content

Commit

Permalink
homebank: 5.1.7 -> 5.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Mar 18, 2018
1 parent a4752e1 commit 1c36154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/office/homebank/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
, hicolor-icon-theme, libsoup, gnome3 }:

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

nativeBuildInputs = [ pkgconfig wrapGAppsHook ];
Expand Down

0 comments on commit 1c36154

Please sign in to comment.