1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #273128 from frlan/update/homebank-5.7.3

homebank: 5.7.2 -> 5.7.3
This commit is contained in:
Maximilian Bosch 2023-12-09 20:57:45 +01:00 committed by GitHub
commit 666fc80e7b
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.7.2";
version = "5.7.3";
src = fetchurl {
url = "https://www.gethomebank.org/public/sources/homebank-${version}.tar.gz";
hash = "sha256-Mx1++I2Q8/NMpmEPfxjonpNUQ7GLCRqH2blL11Vjme8=";
hash = "sha256-ad8XKlmazWZim/mLNmnsFSy5Oni7yv3HQxYX3SXzXcU=";
};
nativeBuildInputs = [ pkg-config wrapGAppsHook intltool ];