opendht: 3.1.4 -> 3.1.11

This commit is contained in:
linsui
2024-05-07 20:37:10 +08:00
parent 981439b2bd
commit 39b01e5c95
@@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "opendht";
version = "3.1.4";
version = "3.1.11";
src = fetchFromGitHub {
owner = "savoirfairelinux";
repo = "opendht";
rev = "v${version}";
hash = "sha256-KtsQ25uStmlf7RZLAcabhPMyGbxKxvpR6Vm632+EBvw=";
hash = "sha256-lJaQGkhpKfSSNVbP+NqommagtoWyi8CdauVxEhiI9Bc=";
};
nativeBuildInputs = [