i2pd: 2.50.2 -> 2.51.0

This commit is contained in:
R. Ryantm 2024-04-07 13:00:30 +00:00
parent f6eb921406
commit 9ae98fe921
1 changed files with 2 additions and 2 deletions

View File

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