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

i2pd: 2.42.1 -> 2.43.0
This commit is contained in:
Jonas Heinrich 2022-08-30 17:20:10 +02:00 committed by GitHub
commit 39b43cd559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,13 @@ assert upnpSupport -> miniupnpc != null;
stdenv.mkDerivation rec {
pname = "i2pd";
version = "2.42.1";
version = "2.43.0";
src = fetchFromGitHub {
owner = "PurpleI2P";
repo = pname;
rev = version;
sha256 = "sha256-q44r+PVGxeoElVfthUh++X8EhxbzqJwjC/r5TD+89WA=";
sha256 = "sha256-JIO1Zm7me/SX0W7sVHOesERnqvC7jy0Fu1vfKFePFd0=";
};
buildInputs = with lib; [ boost zlib openssl ]