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

opendht: 1.6.1 -> 1.7.0
This commit is contained in:
Jörg Thalheim
2018-04-21 12:48:04 +01:00
committed by GitHub

View File

@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
name = "opendht-${version}";
version = "1.6.1";
version = "1.7.0";
src = fetchFromGitHub {
owner = "savoirfairelinux";
repo = "opendht";
rev = "${version}";
sha256 = "13sxcg2sdhnzdkrjqmhg16p4001w3rd048p71k74pbmi8qpd0bw2";
sha256 = "14pdih09h3bmgimmj9sa917x7kld49m91gvh0lcncink8rmbxvf1";
};
buildInputs = [