i2pd: 2.44.0 -> 2.45.1

This commit is contained in:
R. Ryantm 2023-01-15 06:15:52 +00:00
parent 3bc481f4b2
commit f44a536cf0

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "i2pd";
version = "2.44.0";
version = "2.45.1";
src = fetchFromGitHub {
owner = "PurpleI2P";
repo = pname;
rev = version;
sha256 = "sha256-9LnT0613z2I9bA0FhcTgINBnXG17ulz6flA13B1Vijs=";
sha256 = "sha256-gyHnLoELjL/IQbtgH2W25xw30l+9akH7jgQfjp4y5sg=";
};
buildInputs = [ boost zlib openssl ]