opendht: 3.1.11 -> 3.2.0

This commit is contained in:
R. Ryantm
2024-08-12 01:32:24 +00:00
parent d1c8738267
commit bd20a788d6
@@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "opendht";
version = "3.1.11";
version = "3.2.0";
src = fetchFromGitHub {
owner = "savoirfairelinux";
repo = "opendht";
rev = "v${version}";
hash = "sha256-lJaQGkhpKfSSNVbP+NqommagtoWyi8CdauVxEhiI9Bc=";
hash = "sha256-s172Sj1EvV7Lmnmd+xyKmYF2cDEa8Bot10ovggEsOFg=";
};
nativeBuildInputs = [