nheko: 0.6.4 -> 0.7.1

This commit is contained in:
Doron Behar 2020-04-24 11:07:28 +03:00
parent e6cf5d3d16
commit 6d4c381838

View File

@ -11,8 +11,10 @@
, qtmacextras , qtmacextras
, qtmultimedia , qtmultimedia
, qttools , qttools
, qtquickcontrols2
, qtgraphicaleffects
, mtxclient , mtxclient
, boost , boost17x
, spdlog , spdlog
, olm , olm
, pkgconfig , pkgconfig
@ -21,13 +23,13 @@
mkDerivation rec { mkDerivation rec {
pname = "nheko"; pname = "nheko";
version = "0.6.4"; version = "0.7.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Nheko-Reborn"; owner = "Nheko-Reborn";
repo = "nheko"; repo = "nheko";
rev = "v${version}"; rev = "v${version}";
sha256 = "19dkc98l1q4070v6mli4ybqn0ip0za607w39hjf0x8rqdxq45iwm"; sha256 = "12sxibbrn79sxkf9jrm7jrlj7l5vz15claxrrll7pkv9mv44wady";
}; };
# If, on Darwin, you encounter the error # If, on Darwin, you encounter the error
@ -57,13 +59,15 @@ mkDerivation rec {
tweeny tweeny
mtxclient mtxclient
olm olm
boost boost17x
lmdb lmdb
spdlog spdlog
cmark cmark
qtbase qtbase
qtmultimedia qtmultimedia
qttools qttools
qtquickcontrols2
qtgraphicaleffects
] ++ lib.optional stdenv.isDarwin qtmacextras; ] ++ lib.optional stdenv.isDarwin qtmacextras;
enableParallelBuilding = true; enableParallelBuilding = true;