mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
i2pd: 2.5.1 -> 2.6.0
This commit is contained in:
parent
8886e0ffa0
commit
29f5b917ea
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@ stdenv.mkDerivation rec {
|
|||
|
||||
name = pname + "-" + version;
|
||||
pname = "i2pd";
|
||||
version = "2.5.1";
|
||||
version = "2.6.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PurpleI2P";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "17qf2pbxf05iw2gzyc5bc2zg3a4ns6zf1pm8q9j7nqhchh1rv4cm";
|
||||
sha256 = "0siqg2gf1w85c3j7w6bzjyyjzlxr8z57jk0675gn8yz0xvpkrdys";
|
||||
};
|
||||
|
||||
buildInputs = [ boost zlib openssl ];
|
||||
|
|
Loading…
Reference in a new issue