Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

homebank: 5.2.5 -> 5.2.6

authored by

Pascal Wittmann and committed by
GitHub
d808fbd2 8910f749

+2 -2
+2 -2
pkgs/applications/office/homebank/default.nix
··· 2 2 , hicolor-icon-theme, libsoup, gnome3 }: 3 3 4 4 stdenv.mkDerivation rec { 5 - name = "homebank-5.2.5"; 5 + name = "homebank-5.2.6"; 6 6 src = fetchurl { 7 7 url = "http://homebank.free.fr/public/${name}.tar.gz"; 8 - sha256 = "1716igj18792sp4rx0vwxvx95mahgb7wiyahd2018yq8z88vc36w"; 8 + sha256 = "10cqii1bsc7dmg8nzj6xhmk44r390vca49vbsw4g504h0bvwn54s"; 9 9 }; 10 10 11 11 nativeBuildInputs = [ pkgconfig wrapGAppsHook ];