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

i2pd: 2.45.1 -> 2.46.0
This commit is contained in:
Weijia Wang
2023-02-21 23:45:04 +02:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "i2pd";
version = "2.45.1";
version = "2.46.0";
src = fetchFromGitHub {
owner = "PurpleI2P";
repo = pname;
rev = version;
sha256 = "sha256-gyHnLoELjL/IQbtgH2W25xw30l+9akH7jgQfjp4y5sg=";
sha256 = "sha256-KK4fYMcLkmdZxLkNloVvkYoFrWDi8N5rRmsSGxUxwC4=";
};
buildInputs = [ boost zlib openssl ]