Skip to content

Commit

Permalink
homebank: 5.1.2 -> 5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Jan 25, 2017
1 parent 117e554 commit cedca37
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.2";
name = "homebank-5.1.3";
src = fetchurl {
url = "http://homebank.free.fr/public/${name}.tar.gz";
sha256 = "09zsq5l3s8cg4slhsyybsq8v1arnhh07i0rzka3j6ahysky15pfh";
sha256 = "0wzv2hkm30a1kqjldw02bzbh49bdmac041d6qybjzvkgwvrbmci2";
};

nativeBuildInputs = [ pkgconfig wrapGAppsHook ];
Expand Down

0 comments on commit cedca37

Please sign in to comment.