opendht: 1.8.0 → 2.0.0

This commit is contained in:
Vincent Laporte 2020-03-23 15:13:28 +01:00 committed by Vincent Laporte
parent 5040cd56b0
commit 926a875def

View File

@ -1,26 +1,27 @@
{ stdenv, fetchFromGitHub { stdenv, fetchFromGitHub
, autoreconfHook, pkgconfig , cmake, pkg-config
, nettle, gnutls, msgpack, readline, libargon2 , asio, nettle, gnutls, msgpack, readline, libargon2
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "opendht"; pname = "opendht";
version = "1.8.0"; version = "2.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "savoirfairelinux"; owner = "savoirfairelinux";
repo = "opendht"; repo = "opendht";
rev = version; rev = version;
sha256 = "1mj3zsywxphh9wcazyqsldwwn14r77xv9cjsmc0nmcybsl2bwnpl"; sha256 = "1q1fwk8wwk9r6bp0indpr60ql668lsk16ykslacyhrh7kg97kvhr";
}; };
nativeBuildInputs = nativeBuildInputs =
[ autoreconfHook [ cmake
pkgconfig pkg-config
]; ];
buildInputs = buildInputs =
[ nettle [ asio
nettle
gnutls gnutls
msgpack msgpack
readline readline