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

opendht: 2.0.0 -> 2.1.1
This commit is contained in:
Mario Rodas 2020-05-23 00:45:07 -05:00 committed by GitHub
commit c4eeaccbef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "opendht";
version = "2.0.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "savoirfairelinux";
repo = "opendht";
rev = version;
sha256 = "1q1fwk8wwk9r6bp0indpr60ql668lsk16ykslacyhrh7kg97kvhr";
sha256 = "10sbiwjljxi0a1q3xakmf6v02x3yf38ljvjpql70q4rqggqj9zhh";
};
nativeBuildInputs =