xca: 1.3.2 -> 1.4.0

+5 -9
+5 -8
pkgs/applications/misc/xca/default.nix
··· 1 1 { mkDerivation, lib, fetchurl, pkgconfig, which 2 2 , libtool, openssl, qtbase, qttools }: 3 3 4 - with lib; 5 - 6 4 mkDerivation rec { 7 5 name = "xca-${version}"; 8 - version = "1.3.2"; 6 + version = "1.4.0"; 9 7 10 8 src = fetchurl { 11 9 url = "mirror://sourceforge/xca/${name}.tar.gz"; 12 - sha256 = "1r2w9gpahjv221j963bd4vn0gj4cxmb9j42f3cd9qdn890hizw84"; 10 + sha256 = "1gygj6kljj3r1y0pg67mks36vfcz4vizjsqnqdvrk6zlgqjbzm7z"; 13 11 }; 14 12 15 13 enableParallelBuilding = true; ··· 22 20 23 21 meta = with lib; { 24 22 description = "Interface for managing asymetric keys like RSA or DSA"; 25 - homepage = http://xca.sourceforge.net/; 26 - platforms = platforms.all; 27 - license = licenses.bsd3; 23 + homepage = http://xca.sourceforge.net/; 24 + license = licenses.bsd3; 28 25 maintainers = with maintainers; [ offline peterhoeg ]; 29 - broken = builtins.compareVersions qtbase.version "5.7.0" == 0; 26 + platforms = platforms.all; 30 27 }; 31 28 }
-1
pkgs/top-level/all-packages.nix
··· 18018 18018 }; 18019 18019 xbmc-retroarch-advanced-launchers = kodi-retroarch-advanced-launchers; 18020 18020 18021 - # v1.3.2 segfaults with qt 5.7 18022 18021 xca = libsForQt5.callPackage ../applications/misc/xca { }; 18023 18022 18024 18023 xcalib = callPackage ../tools/X11/xcalib { };