Commit ca83033b authored by R. RyanTM's avatar R. RyanTM
Browse files

homebank: 5.7.4 -> 5.8

parent 80bfa2e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,10 +3,10 @@

stdenv.mkDerivation rec {
  pname = "homebank";
  version = "5.7.4";
  version = "5.8";
  src = fetchurl {
    url = "https://www.gethomebank.org/public/sources/homebank-${version}.tar.gz";
    hash = "sha256-Qs5xRsh16gyjyTORtqm/RxTbRiHGP0oJTcxviYW7VOQ=";
    hash = "sha256-tgjcz4znnw++5lBoJDWtHKpRFENfM0xBpyhGf8nAACw=";
  };

  nativeBuildInputs = [ pkg-config wrapGAppsHook3 intltool ];