i2pd: 2.23.0 -> 2.24.0 (#58696)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/i2pd/versions
This commit is contained in:
R. RyanTM 2019-04-09 12:17:43 -07:00 committed by xeji
parent dc717bd155
commit 36bb2e3beb

View file

@ -11,13 +11,13 @@ stdenv.mkDerivation rec {
name = pname + "-" + version; name = pname + "-" + version;
pname = "i2pd"; pname = "i2pd";
version = "2.23.0"; version = "2.24.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "PurpleI2P"; owner = "PurpleI2P";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0sw9fjamd5wjrsxnxsih9532yf6x3rrjmv5ybskkpk7b6acyqjj1"; sha256 = "1gn8i3jxy6zwrqxmkzc1n55sw29jxdjr4ihv33q2kcp7b90b4wsq";
}; };
buildInputs = with stdenv.lib; [ boost zlib openssl ] buildInputs = with stdenv.lib; [ boost zlib openssl ]