i2pd: 2.24.0 -> 2.25.0

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-05-11 14:41:18 -07:00 committed by Frederik Rietdijk
parent 9f4f03798d
commit a9a19ba207

View File

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