i2pd: 2.50.1 -> 2.50.2

This commit is contained in:
R. Ryantm 2024-01-18 23:50:13 +00:00
parent 3df632c2fb
commit 01ab71bf03

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "i2pd";
version = "2.50.1";
version = "2.50.2";
src = fetchFromGitHub {
owner = "PurpleI2P";
repo = pname;
rev = version;
sha256 = "sha256-LFr6vqhGu830xHLSp7kHud4gNWhDDYXfJ3PB01JmHjQ=";
sha256 = "sha256-6BzY7t+bFYYwKnj+uuX+vWHg0w0BOuMGwgMg1yIF578=";
};
buildInputs = [ boost zlib openssl ]