nheko: 0.8.1 -> 0.8.2

This commit is contained in:
Philipp 2021-04-20 18:22:14 +02:00
parent 7d797a7303
commit 2e896fce98
No known key found for this signature in database
GPG Key ID: 2258EE3B85DE1748

View File

@ -7,7 +7,6 @@
, lmdb , lmdb
, lmdbxx , lmdbxx
, libsecret , libsecret
, tweeny
, mkDerivation , mkDerivation
, qtbase , qtbase
, qtkeychain , qtkeychain
@ -30,13 +29,13 @@
mkDerivation rec { mkDerivation rec {
pname = "nheko"; pname = "nheko";
version = "0.8.1"; version = "0.8.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Nheko-Reborn"; owner = "Nheko-Reborn";
repo = "nheko"; repo = "nheko";
rev = "v${version}"; rev = "v${version}";
sha256 = "1v7k3ifzi05fdr06hmws1wkfl1bmhrnam3dbwahp086vkj0r8524"; sha256 = "sha256-w4l91/W6F1FL+Q37qWSjYRHv4vad/10fxdKwfNeEwgw=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -47,7 +46,6 @@ mkDerivation rec {
buildInputs = [ buildInputs = [
nlohmann_json nlohmann_json
tweeny
mtxclient mtxclient
olm olm
boost17x boost17x