Merge pull request #54822 from r-ryantm/auto-update/i2pd
i2pd: 2.22.0 -> 2.23.0
This commit is contained in:
commit
481a214d7e
@ -11,13 +11,13 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
name = pname + "-" + version;
|
name = pname + "-" + version;
|
||||||
pname = "i2pd";
|
pname = "i2pd";
|
||||||
version = "2.22.0";
|
version = "2.23.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "PurpleI2P";
|
owner = "PurpleI2P";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1c4y5y6a9kssi9qmsyqz5hw29ya1s0i21fklnz48n08b7f4f9vlz";
|
sha256 = "0sw9fjamd5wjrsxnxsih9532yf6x3rrjmv5ybskkpk7b6acyqjj1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with stdenv.lib; [ boost zlib openssl ]
|
buildInputs = with stdenv.lib; [ boost zlib openssl ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user