Merge pull request #177613 from kilianar/homebank

homebank: 5.5.4 -> 5.5.5
This commit is contained in:
Pascal Wittmann 2022-06-14 10:44:45 +02:00 committed by GitHub
commit ed78eee2f6
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.4";
version = "5.5.5";
src = fetchurl {
url = "http://homebank.free.fr/public/homebank-${version}.tar.gz";
sha256 = "sha256-DQZpvKCZNArlwhPqE8srkyg7/IoOTPelkCwYKTZuV2U=";
sha256 = "sha256-vs4F7LUjkhR0JKoeWheTiXd7gr9Gir69c+twsq+cnmc=";
};
nativeBuildInputs = [ pkg-config wrapGAppsHook ];