Skip to content

Commit

Permalink
i2pd: 2.10.0 -> 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edwtjo committed Jan 29, 2017
1 parent be08ada commit 92cb10a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/i2pd/default.nix
Expand Up @@ -4,13 +4,13 @@ stdenv.mkDerivation rec {

name = pname + "-" + version;
pname = "i2pd";
version = "2.10.0";
version = "2.11.0";

src = fetchFromGitHub {
owner = "PurpleI2P";
repo = pname;
rev = version;
sha256 = "0lw0vcibp3v5xz855h4x2rs3ff7yx86znzjfnfri348wg413js5c";
sha256 = "1ky4ckv5p86xxgjkgxdi48c9q9h4pff2blilg03bxks8f8dxfy9f";
};

buildInputs = [ boost zlib openssl ];
Expand Down

0 comments on commit 92cb10a

Please sign in to comment.