opendht: 2.3.5 -> 2.4.0

This commit is contained in:
R. Ryantm 2022-03-27 14:11:58 +00:00 committed by ehmry
parent a82b1b63c3
commit 51e4fe79ec

View file

@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "opendht";
version = "2.3.5";
version = "2.4.0";
src = fetchFromGitHub {
owner = "savoirfairelinux";
repo = "opendht";
rev = version;
sha256 = "sha256-GGaq8ziOCUDMxILq2QYUkSP4usBjbufbHwQF4Pr6hHw=";
sha256 = "sha256-vfMzUzTfz8G+E4W/1pX5v2P0RntgSTR61urmxtsrOWM=";
};
nativeBuildInputs = [