Unverified Commit c6e1c1fc authored by Pascal Wittmann's avatar Pascal Wittmann Committed by GitHub
Browse files

Merge pull request #311513 from r-ryantm/auto-update/homebank

homebank: 5.7.4 -> 5.8
parents c6bff6c9 ca83033b
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 ];