Skip to content

Commit

Permalink
Merge: homebank: 5.8.2 -> 5.8.3 (NixOS#341236)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 authored Sep 20, 2024
2 parents 25ae33d + 9a43175 commit a7eccf8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{ fetchurl, lib, stdenv, gtk, pkg-config, libofx, intltool, wrapGAppsHook3
{ fetchurl, lib, stdenv, gtk3, pkg-config, libofx, intltool, wrapGAppsHook3
, libsoup_3, adwaita-icon-theme }:

stdenv.mkDerivation rec {
pname = "homebank";
version = "5.8.2";
version = "5.8.3";
src = fetchurl {
url = "https://www.gethomebank.org/public/sources/homebank-${version}.tar.gz";
hash = "sha256-1CpForKKHXp6le8vVlObm22VTh2LqQlI9Qk4bwlzfLA=";
url =
"https://www.gethomebank.org/public/sources/homebank-${version}.tar.gz";
hash = "sha256-5Ag9UjAdxT5R6cYV6VT7ktaVHqd0kzQoLCpfS5q5xMI=";
};

nativeBuildInputs = [ pkg-config wrapGAppsHook3 intltool ];
buildInputs = [ gtk libofx libsoup_3 adwaita-icon-theme];
buildInputs = [ gtk3 libofx libsoup_3 adwaita-icon-theme ];

meta = with lib; {
description = "Free, easy, personal accounting for everyone";
Expand Down
4 changes: 0 additions & 4 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30187,10 +30187,6 @@ with pkgs;

hmm = callPackage ../applications/misc/hmm { };

homebank = callPackage ../applications/office/homebank {
gtk = gtk3;
};

hollywood = callPackage ../applications/misc/hollywood {
inherit (python3Packages) pygments;
};
Expand Down

0 comments on commit a7eccf8

Please sign in to comment.