Unverified Commit 325245e1 authored by Sebastián Mancilla's avatar Sebastián Mancilla Committed by GitHub
Browse files

opendht: 3.1.11 -> 3.2.0 (#334028)

parents 5642e2fe bd20a788
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [