opendht: 2.0.0 -> 2.1.1

This commit is contained in:
R. RyanTM 2020-05-19 20:41:40 +00:00
parent 567f0a3df1
commit 7ff368e69b

View File

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