Skip to content

Commit df45c65

Browse files
committedJan 31, 2018
homebank: 5.1.6 -> 5.1.7
1 parent 561b9ca commit df45c65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/applications/office/homebank/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
, hicolor_icon_theme, libsoup, gnome3 }:
33

44
stdenv.mkDerivation rec {
5-
name = "homebank-5.1.6";
5+
name = "homebank-5.1.7";
66
src = fetchurl {
77
url = "http://homebank.free.fr/public/${name}.tar.gz";
8-
sha256 = "1q4h890g6a6pm6kfiavbq9sbpsnap0f854sja2y5q3x0j0ay2q98";
8+
sha256 = "19szz86jxya8v4r3pa5czng9q2kn5hhbk273x1wqvdv40z0577jp";
99
};
1010

1111
nativeBuildInputs = [ pkgconfig wrapGAppsHook ];

0 commit comments

Comments
 (0)
Please sign in to comment.