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

i2pd: 2.25.0 -> 2.26.0
This commit is contained in:
Mario Rodas 2019-06-20 05:52:11 -05:00 committed by GitHub
commit 8f0d6c0666
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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