opendht: 2.5.5 -> 3.1.4

This commit is contained in:
linsui
2023-12-05 17:52:28 +08:00
committed by linsui
parent 7703f36fd1
commit b4e8d24d24
@@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "opendht";
version = "2.5.5";
version = "3.1.4";
src = fetchFromGitHub {
owner = "savoirfairelinux";
repo = "opendht";
rev = "v${version}";
sha256 = "sha256-OXLVuyPFlo7VD8f9wAN71p4PZpfM2ISq9UoUiAYEXUQ=";
hash = "sha256-KtsQ25uStmlf7RZLAcabhPMyGbxKxvpR6Vm632+EBvw=";
};
nativeBuildInputs = [
@@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
buildInputs = [
asio
fmt
nettle
gnutls
msgpack
@@ -47,7 +48,6 @@ stdenv.mkDerivation rec {
restinio
http-parser
openssl
fmt
] ++ lib.optionals stdenv.isDarwin [
Security
];