opendht: 2.3.2 -> 2.3.5

This commit is contained in:
R. Ryantm 2022-03-12 17:27:07 +00:00
parent 12769bc7e1
commit 175e299281

View file

@ -21,13 +21,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "opendht"; pname = "opendht";
version = "2.3.2"; version = "2.3.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "savoirfairelinux"; owner = "savoirfairelinux";
repo = "opendht"; repo = "opendht";
rev = version; rev = version;
sha256 = "sha256-LevS9euBAFkI1ll79uqmVaRR/6FH6Z4cypHqvCIWxgU="; sha256 = "sha256-GGaq8ziOCUDMxILq2QYUkSP4usBjbufbHwQF4Pr6hHw=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [