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

opendht: 2.4.10 -> 2.4.12
This commit is contained in:
Mario Rodas 2023-02-04 18:22:57 -05:00 committed by GitHub
commit bae4edb681
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "opendht";
version = "2.4.10";
version = "2.4.12";
src = fetchFromGitHub {
owner = "savoirfairelinux";
repo = "opendht";
rev = "v${version}";
sha256 = "sha256-2jTphFpBsm72UDzlBlCP1fWk1qNuxicwVJtrEutOjM0=";
sha256 = "sha256-PC3Oaa1i2emkTB6ooBxvjuKVikzWjfmj89t1HP8tUXo=";
};
nativeBuildInputs = [