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

opendht: 1.6.0 -> 1.6.1
This commit is contained in:
Peter Hoeg 2018-04-05 16:06:58 +08:00 committed by GitHub
commit 0433bd1aac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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