opendht: 1.7.4 -> 1.8.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/opendht/versions
This commit is contained in:
R. RyanTM 2018-12-14 22:38:27 -08:00 committed by Austin Seipp
parent 2cbaaa55d5
commit f2b1f51a32

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
name = "opendht-${version}";
version = "1.7.4";
version = "1.8.0";
src = fetchFromGitHub {
owner = "savoirfairelinux";
repo = "opendht";
rev = "${version}";
sha256 = "1wqib5plak9bw2bla7y4qyjqi0b00kf8mfwlml16qj3i0aq6h2cp";
sha256 = "1mj3zsywxphh9wcazyqsldwwn14r77xv9cjsmc0nmcybsl2bwnpl";
};
nativeBuildInputs =