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

i2pd: 2.50.1 -> 2.50.2
This commit is contained in:
Nick Cao 2024-01-19 10:18:17 -05:00 committed by GitHub
commit 0268f40898
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ]