opendht: 2.4.12 -> 2.5.5

This commit is contained in:
R. Ryantm 2023-05-14 04:25:03 +00:00
parent a3fe093364
commit 62ddc304f8

View File

@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "opendht";
version = "2.4.12";
version = "2.5.5";
src = fetchFromGitHub {
owner = "savoirfairelinux";
repo = "opendht";
rev = "v${version}";
sha256 = "sha256-PC3Oaa1i2emkTB6ooBxvjuKVikzWjfmj89t1HP8tUXo=";
sha256 = "sha256-OXLVuyPFlo7VD8f9wAN71p4PZpfM2ISq9UoUiAYEXUQ=";
};
nativeBuildInputs = [