opendht: 2.3.5 -> 2.4.0

main
R. Ryantm 2 years ago committed by ehmry
parent a82b1b63c3
commit 51e4fe79ec
  1. 4
      pkgs/development/libraries/opendht/default.nix

@ -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 = [

Loading…
Cancel
Save