3
0
Fork 0
forked from mirrors/nixpkgs

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

opendht: 2.1.3 -> 2.1.4
This commit is contained in:
Mario Rodas 2020-07-02 23:17:02 -05:00 committed by GitHub
commit 74fcb95d78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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