opendht: 2.1.1 -> 2.1.3

This commit is contained in:
R. RyanTM 2020-06-11 00:25:45 +00:00 committed by Austin Seipp
parent 275ee808f7
commit 9317014be1

View file

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