mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
i2pd: 2.19.0 -> 2.20.0
This commit is contained in:
parent
c66c469433
commit
1f8ee1b0d7
1 changed files with 2 additions and 2 deletions
|
@ -11,13 +11,13 @@ stdenv.mkDerivation rec {
|
|||
|
||||
name = pname + "-" + version;
|
||||
pname = "i2pd";
|
||||
version = "2.19.0";
|
||||
version = "2.20.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PurpleI2P";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1676dqa4j7vd18fyxgl65yp3ip6aivchicy6qj8rwp3dilqkiv10";
|
||||
sha256 = "182iwfaz9ar18pqknrg60w89iinj91rn2651yaz2ap77h2a2psvf";
|
||||
};
|
||||
|
||||
buildInputs = with stdenv.lib; [ boost zlib openssl ]
|
||||
|
|
Loading…
Reference in a new issue