Commit e6b50fe8 authored by Florian Klink's avatar Florian Klink
Browse files

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
parent c8b2579f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };