Skip to content

Commit

Permalink
homebank: 5.1.8 -> 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Sep 19, 2018
1 parent 48d1c50 commit 047c237
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.8";
name = "homebank-5.2.1";
src = fetchurl {
url = "http://homebank.free.fr/public/${name}.tar.gz";
sha256 = "0fzjmwz2pgi0nw49xljp1za3vp67kjh88gf688d9ig4wc2ygr0qh";
sha256 = "0i3pb4v4fs98xd6d4x2gjvhqrsrjvssaws3nkpjia4fagd4dvqbz";
};

nativeBuildInputs = [ pkgconfig wrapGAppsHook ];
Expand Down

0 comments on commit 047c237

Please sign in to comment.