i2pd: 2.32.1 -> 2.33.0

This commit is contained in:
Pavol Rusnak 2020-08-29 20:12:03 +02:00
parent 7a29b43311
commit 33cf7bc739
No known key found for this signature in database
GPG key ID: 91F3B339B9A02A3D

View file

@ -9,13 +9,13 @@ assert upnpSupport -> miniupnpc != null;
stdenv.mkDerivation rec {
pname = "i2pd";
version = "2.32.1";
version = "2.33.0";
src = fetchFromGitHub {
owner = "PurpleI2P";
repo = pname;
rev = version;
sha256 = "15ng2c7i3jxmhpc2q0dl8arc72qbsq9y9paz5hgln907yy7dqx7c";
sha256 = "1zsp4pml5pq8p1ipvarnlcfwcscch13iz1gzza5qm0yl01dl9qpk";
};
buildInputs = with stdenv.lib; [ boost zlib openssl ]