zeal: 0.6.20221022 -> 0.6.1.20230320

This commit is contained in:
Peter Hoeg 2023-04-04 11:15:01 +08:00
parent 7c656856e9
commit 01ceca76ac

View File

@ -17,15 +17,17 @@
let
isQt5 = lib.versions.major qtbase.version == "5";
in stdenv.mkDerivation rec {
in
stdenv.mkDerivation rec {
pname = "zeal";
version = "0.6.20221022";
version = "0.6.1.20230320";
src = fetchFromGitHub {
owner = "zealdocs";
repo = "zeal";
rev = "7ea03e4bb9754020e902a2989f56f4bc42b85c82";
sha256 = "sha256-BozRLlws56i9P7Qtc5qPZWgJR5yhYqnLQsEdsymt5us=";
rev = "a617ae5e06b95cec99bae058650e55b98613916d";
hash = "sha256-WL2uqA0sZ5Q3lZIA9vkLVyfec/jBkfGcWb6XQ7AuM94=";
};
# we only need this if we are using a version that hasn't been released. We
@ -39,8 +41,7 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config wrapQtAppsHook ];
buildInputs =
[
buildInputs = [
qtbase
qtimageformats
qtwebengine