mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
i2pd: 2.9.0 -> 2.10.0
This commit is contained in:
parent
606726005f
commit
721c3d48e1
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@ stdenv.mkDerivation rec {
|
|||
|
||||
name = pname + "-" + version;
|
||||
pname = "i2pd";
|
||||
version = "2.9.0";
|
||||
version = "2.10.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PurpleI2P";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1xwcq7lklma0daamp9z76l9mgr3glpvicjgsr645rjhdv8a0mqwp";
|
||||
sha256 = "0lw0vcibp3v5xz855h4x2rs3ff7yx86znzjfnfri348wg413js5c";
|
||||
};
|
||||
|
||||
buildInputs = [ boost zlib openssl ];
|
||||
|
|
Loading…
Reference in a new issue