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

i2pd: 2.47.0 -> 2.48.0
This commit is contained in:
Weijia Wang 2023-06-26 07:22:13 +02:00 committed by GitHub
commit 58478a1793
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.47.0";
version = "2.48.0";
src = fetchFromGitHub {
owner = "PurpleI2P";
repo = pname;
rev = version;
sha256 = "sha256-sgaNrRRAINMI0utLQ6o6zcI5ImaDrYho9WeFiJg7WuE=";
sha256 = "sha256-MqkpzNUd2FZgt9TZPtEp+jIq7r3sr+EeTpHlqNCgatU=";
};
buildInputs = [ boost zlib openssl ]