Unverified Commit b21b6815 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

opendht: 2.4.12 -> 2.5.5
parents 547a7502 62ddc304
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@

stdenv.mkDerivation rec {
  pname = "opendht";
  version = "2.4.12";
  version = "2.5.5";

  src = fetchFromGitHub {
    owner = "savoirfairelinux";
    repo = "opendht";
    rev = "v${version}";
    sha256 = "sha256-PC3Oaa1i2emkTB6ooBxvjuKVikzWjfmj89t1HP8tUXo=";
    sha256 = "sha256-OXLVuyPFlo7VD8f9wAN71p4PZpfM2ISq9UoUiAYEXUQ=";
  };

  nativeBuildInputs = [