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

homebank: 5.5.5 -> 5.5.6
This commit is contained in:
Pascal Wittmann 2022-07-31 22:44:22 +02:00 committed by GitHub
commit eac2bdaaca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,10 +3,10 @@
stdenv.mkDerivation rec {
pname = "homebank";
version = "5.5.5";
version = "5.5.6";
src = fetchurl {
url = "http://homebank.free.fr/public/homebank-${version}.tar.gz";
sha256 = "sha256-vs4F7LUjkhR0JKoeWheTiXd7gr9Gir69c+twsq+cnmc=";
sha256 = "sha256-Rg6OjHLkwVIDnXqzqPXA8DxqSdrh2T6V/gLBND8vx9o=";
};
nativeBuildInputs = [ pkg-config wrapGAppsHook ];