Unverified Commit 4a9e2b85 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #311517 from r-ryantm/auto-update/i2pd

i2pd: 2.51.0 -> 2.52.0
parents 02d52d8c 18c696cc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "i2pd";
  version = "2.51.0";
  version = "2.52.0";

  src = fetchFromGitHub {
    owner = "PurpleI2P";
    repo = pname;
    rev = version;
    sha256 = "sha256-qMdlB7SyiYZcZL1DBDKXNUXlPnHcAxkAxUFpFrLs1go=";
    sha256 = "sha256-0n3cPF3KBuzNOagrn88HeTvFAu1sYTkijpiGr77X5GI=";
  };

  buildInputs = [ boost zlib openssl ]