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

opendht: 2.3.1 -> 2.3.2
This commit is contained in:
Mario Rodas
2022-02-19 15:49:47 -05:00
committed by GitHub
@@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "opendht";
version = "2.3.1";
version = "2.3.2";
src = fetchFromGitHub {
owner = "savoirfairelinux";
repo = "opendht";
rev = version;
sha256 = "sha256-Os5PRYTZMVekQrbwNODWsHANTx6RSC5vzGJ5JoYtvtE=";
sha256 = "sha256-LevS9euBAFkI1ll79uqmVaRR/6FH6Z4cypHqvCIWxgU=";
};
nativeBuildInputs = [