homebank: 5.10 -> 5.10.1

(cherry picked from commit e4ee25311f)
This commit is contained in:
Zain Kergaye 2026-06-08 11:37:13 -06:00 committed by github-actions[bot]
commit c968eded49

View file

@ -13,10 +13,10 @@
stdenv.mkDerivation (finalAttrs: {
pname = "homebank";
version = "5.10";
version = "5.10.1";
src = fetchurl {
url = "https://www.gethomebank.org/public/sources/homebank-${finalAttrs.version}.tar.gz";
hash = "sha256-eD/Yuy67oJcT5dfBg9RU9KQ5PoKK9XY/dotIr6vFQ4Y=";
hash = "sha256-Z1EtMYjqRfkqb5Mm6CnBQq9a1QkwZwLzsEV6GrYR1Co=";
};
nativeBuildInputs = [