web-eid-app: 2.4.0 -> 2.5.0

- Update build instructions
 - CZ and SK localization
 - Create gzip compressed packages
 - Add separate about command for about
 - deps(libelectronic-id): add Czech, update Latvian, remove legacy Lithuanian eID support
 - Fix plural forms
 - typofix
 - Fix plural CZ and SK forms
 - fix: restore the --parent-window option
 - Update minimum supported macOS version
 - Use official QT binaries
 - Build universal binaries
 - Enable dark theme
 - Fix REINER PinPad support
 - Cache dependencies
 - Updated Latvia cards support all hashes
This commit is contained in:
Florian Klink 2024-05-13 14:02:05 +03:00
parent c8b2579f1f
commit e6b50fe8bd

View File

@ -10,13 +10,13 @@
mkDerivation rec {
pname = "web-eid-app";
version = "2.4.0";
version = "2.5.0";
src = fetchFromGitHub {
owner = "web-eid";
repo = "web-eid-app";
rev = "v${version}";
sha256 = "sha256-xWwguxs/121BFF1zhb/HxS9b1vTwQRemhPKOfHEXVZQ=";
sha256 = "sha256-CaMf7cRhZ8K6YAUG38B+ijNOKaOmaACqNabNfHZGT68=";
fetchSubmodules = true;
};