Unverified Commit 78e184eb authored by dish's avatar dish Committed by GitHub
Browse files

opendht: 3.4.0 -> 3.5.4 (#447597)

parents 591e302b 3e441fce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@

stdenv.mkDerivation rec {
  pname = "opendht";
  version = "3.4.0";
  version = "3.5.4";

  src = fetchFromGitHub {
    owner = "savoirfairelinux";
    repo = "opendht";
    tag = "v${version}";
    hash = "sha256-WNN4aCZiJuz9CgEKIzFmy50HBj0ZL/d1uU7L518lPhk=";
    hash = "sha256-mnnd6yATIk/TEuFG/M98d+pfeh42IKWBBYjkTP52xeM=";
  };

  nativeBuildInputs = [