nheko: 0.7.2 -> 0.8.0

This commit is contained in:
Malte Brandy 2021-01-21 16:59:05 +01:00
parent 53465a02c0
commit 35676cba19
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9

View File

@ -6,9 +6,11 @@
, cmark , cmark
, lmdb , lmdb
, lmdbxx , lmdbxx
, libsecret
, tweeny , tweeny
, mkDerivation , mkDerivation
, qtbase , qtbase
, qtkeychain
, qtmacextras , qtmacextras
, qtmultimedia , qtmultimedia
, qttools , qttools
@ -25,13 +27,13 @@
mkDerivation rec { mkDerivation rec {
pname = "nheko"; pname = "nheko";
version = "0.7.2"; version = "0.8.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Nheko-Reborn"; owner = "Nheko-Reborn";
repo = "nheko"; repo = "nheko";
rev = "v${version}"; rev = "v${version}";
sha256 = "1cbhgaf9klgxdirrxj571fqwspm0byl75c1xc40l727a6qswvp7s"; sha256 = "00d6wx3lcgbks74jkdyifqxf8nlravqh88fyljd0sy7kzbah9msf";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -46,6 +48,7 @@ mkDerivation rec {
mtxclient mtxclient
olm olm
boost17x boost17x
libsecret
lmdb lmdb
spdlog spdlog
fmt fmt
@ -55,6 +58,7 @@ mkDerivation rec {
qttools qttools
qtquickcontrols2 qtquickcontrols2
qtgraphicaleffects qtgraphicaleffects
qtkeychain
] ++ lib.optional stdenv.isDarwin qtmacextras; ] ++ lib.optional stdenv.isDarwin qtmacextras;
cmakeFlags = [ cmakeFlags = [