mtxclient: 0.2.1 -> 0.3.0

This commit is contained in:
Doron Behar 2020-04-24 11:09:33 +03:00
parent 59b5e92117
commit 6584d4fdb9

View File

@ -3,23 +3,24 @@
, fetchpatch , fetchpatch
, cmake , cmake
, pkgconfig , pkgconfig
, boost , boost17x
, openssl , openssl
, zlib , zlib
, libsodium , libsodium
, olm , olm
, spdlog
, nlohmann_json , nlohmann_json
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "mtxclient"; pname = "mtxclient";
version = "0.2.1"; version = "0.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Nheko-Reborn"; owner = "Nheko-Reborn";
repo = "mtxclient"; repo = "mtxclient";
rev = "v${version}"; rev = "v${version}";
sha256 = "0pycznrvj57ff6gbwfn1xj943d2dr4vadl79hii1z16gn0nzxpmj"; sha256 = "0vf5xmn6yfi5lvskfgrdmnalvclzrapcrml92bj9qaa8vq8mfsf2";
}; };
cmakeFlags = [ cmakeFlags = [
@ -33,7 +34,8 @@ stdenv.mkDerivation rec {
pkgconfig pkgconfig
]; ];
buildInputs = [ buildInputs = [
boost spdlog
boost17x
openssl openssl
zlib zlib
libsodium libsodium