feat: bump Bitcoin version

This commit is contained in:
Ben Grande 2024-06-17 21:52:30 +02:00
parent b5ae2219e0
commit 43e1e320b3
No known key found for this signature in database
GPG key ID: 00C64E14F51F9E56
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ include:
{% set pkg = {
'Debian': {
'pkg': ['libqt5gui5', 'libqt5core5a', 'libqt5dbus5', 'qttools5-dev',
'pkg': ['qtbase5-dev', 'qttools5-dev',
'qttools5-dev-tools', 'libqrencode-dev'],
},
'RedHat': {