Skip to content

Commit

Permalink
i2pd: 2.34.0 -> 2.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and edwtjo committed Dec 2, 2020
1 parent 3eb7f01 commit 78a8cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/i2pd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ assert upnpSupport -> miniupnpc != null;

stdenv.mkDerivation rec {
pname = "i2pd";
version = "2.34.0";
version = "2.35.0";

src = fetchFromGitHub {
owner = "PurpleI2P";
repo = pname;
rev = version;
sha256 = "0ibk222fwgjaxrmhrk5avcmmbj52ibcsydm2m02xnlpr8kcqsjnc";
sha256 = "0bpkgq7srwpjmadsz3nsd14jpr19b1zfrpc074lzjaq15icxxgxc";
};

buildInputs = with stdenv.lib; [ boost zlib openssl ]
Expand Down

0 comments on commit 78a8cb4

Please sign in to comment.