Skip to content

Commit

Permalink
homebank: 5.4.2 -> 5.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed Sep 24, 2020
1 parent f6be4ba commit da8c59e
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 @@
, libsoup, gnome3 }:

stdenv.mkDerivation rec {
name = "homebank-5.4.2";
name = "homebank-5.4.3";
src = fetchurl {
url = "http://homebank.free.fr/public/${name}.tar.gz";
sha256 = "0bkjvd819kw9cwmr3macggbg8yil3yc8v2za8pjrl6g746s89kn6";
sha256 = "02wd569viwy6ncy0144z9nxr3zmpl4shkqhz7zzwyky4gknxf8lj";
};

nativeBuildInputs = [ pkgconfig wrapGAppsHook ];
Expand Down

0 comments on commit da8c59e

Please sign in to comment.