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

i2pd: 2.48.0 -> 2.49.0
This commit is contained in:
Weijia Wang 2023-10-13 02:32:46 +02:00 committed by GitHub
commit 7c1c04eb60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "i2pd";
version = "2.48.0";
version = "2.49.0";
src = fetchFromGitHub {
owner = "PurpleI2P";
repo = pname;
rev = version;
sha256 = "sha256-MqkpzNUd2FZgt9TZPtEp+jIq7r3sr+EeTpHlqNCgatU=";
sha256 = "sha256-y2+V+p/EZS90cwNl/gavclJ1TyJa/CdNnjKLMuwe7q0=";
};
buildInputs = [ boost zlib openssl ]