Merge pull request #224766 from r-ryantm/auto-update/opendht

opendht: 2.4.12 -> 2.5.5
This commit is contained in:
Weijia Wang 2023-07-11 10:34:26 +03:00 committed by GitHub
commit b21b6815db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [