zeal: 0.2.1 -> 0.3.0

This new version fixes #8008 which despite the issue being closed was
still a problem.

We now compile it with the default qt5 which as of today is 5.6.1
instead of forcing 5.5.
This commit is contained in:
Peter Hoeg 2016-10-06 13:11:26 +08:00
parent adfcc2d953
commit 127a04f4ee
2 changed files with 3 additions and 4 deletions

View file

@ -2,14 +2,14 @@
, qtimageformats, qtwebkit, qtx11extras, xcbutilkeysyms, qmakeHook }:
stdenv.mkDerivation rec {
version = "0.2.1";
version = "0.3.0";
name = "zeal-${version}";
src = fetchFromGitHub {
owner = "zealdocs";
repo = "zeal";
rev = "v${version}";
sha256 = "1j1nfvkwkb2xdh289q5gdb526miwwqmqjyd6fz9qm5dg467wmwa3";
sha256 = "1f0nsnily2lsrraj1f8j34lqhiskiyq22clkci7w4h2zfv35j1s0";
};
buildInputs = [
@ -34,4 +34,3 @@ stdenv.mkDerivation rec {
maintainers = with stdenv.lib.maintainers; [ skeidel ];
};
}

View file

@ -12475,7 +12475,7 @@ in
xlsx2csv = pythonPackages.xlsx2csv;
zeal = qt55.callPackage ../data/documentation/zeal { };
zeal = qt5.callPackage ../data/documentation/zeal { };
### APPLICATIONS