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

i2pd: 2.43.0 -> 2.44.0
This commit is contained in:
Pavol Rusnak 2022-11-22 20:11:06 +01:00 committed by GitHub
commit 268494f68f
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.43.0";
version = "2.44.0";
src = fetchFromGitHub {
owner = "PurpleI2P";
repo = pname;
rev = version;
sha256 = "sha256-JIO1Zm7me/SX0W7sVHOesERnqvC7jy0Fu1vfKFePFd0=";
sha256 = "sha256-9LnT0613z2I9bA0FhcTgINBnXG17ulz6flA13B1Vijs=";
};
buildInputs = [ boost zlib openssl ]