Skip to content

Commit

Permalink
xca: 1.3.2 -> 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Feb 14, 2018
1 parent c385a1b commit 78c71e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
13 changes: 5 additions & 8 deletions pkgs/applications/misc/xca/default.nix
@@ -1,15 +1,13 @@
{ mkDerivation, lib, fetchurl, pkgconfig, which
, libtool, openssl, qtbase, qttools }:

with lib;

mkDerivation rec {
name = "xca-${version}";
version = "1.3.2";
version = "1.4.0";

src = fetchurl {
url = "mirror://sourceforge/xca/${name}.tar.gz";
sha256 = "1r2w9gpahjv221j963bd4vn0gj4cxmb9j42f3cd9qdn890hizw84";
sha256 = "1gygj6kljj3r1y0pg67mks36vfcz4vizjsqnqdvrk6zlgqjbzm7z";
};

enableParallelBuilding = true;
Expand All @@ -22,10 +20,9 @@ mkDerivation rec {

meta = with lib; {
description = "Interface for managing asymetric keys like RSA or DSA";
homepage = http://xca.sourceforge.net/;
platforms = platforms.all;
license = licenses.bsd3;
homepage = http://xca.sourceforge.net/;
license = licenses.bsd3;
maintainers = with maintainers; [ offline peterhoeg ];
broken = builtins.compareVersions qtbase.version "5.7.0" == 0;
platforms = platforms.all;
};
}
1 change: 0 additions & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -18018,7 +18018,6 @@ with pkgs;
};
xbmc-retroarch-advanced-launchers = kodi-retroarch-advanced-launchers;

# v1.3.2 segfaults with qt 5.7
xca = libsForQt5.callPackage ../applications/misc/xca { };

xcalib = callPackage ../tools/X11/xcalib { };
Expand Down

0 comments on commit 78c71e8

Please sign in to comment.