i2p: 0.9.20 -> 0.9.21

See https://geti2p.net/en/blog/post/2015/07/31/0.9.21-Release

Changed files
+4 -4
pkgs
tools
networking
+4 -4
pkgs/tools/networking/i2p/default.nix
···
{ stdenv, procps, coreutils, fetchurl, jdk, jre, ant, gettext, which }:
stdenv.mkDerivation rec {
-
name = "i2p-0.9.20";
+
name = "i2p-0.9.21";
src = fetchurl {
url = "https://github.com/i2p/i2p.i2p/archive/${name}.tar.gz";
-
sha256 = "10rynkl9dbnfl67ck3d7wdwz52h7354r7nbwcypsjnng4f1dmj5s";
+
sha256 = "1cgki9sg0pc4d66rr556lw0682c4mmdvmr6awvsn7ch0rp4zav9f";
};
buildInputs = [ jdk ant gettext which ];
patches = [ ./i2p.patch ];
···
'';
meta = with stdenv.lib; {
-
homepage = "https://geti2p.net";
+
homepage = https://geti2p.net;
description = "Applications and router for I2P, anonymity over the Internet";
-
maintainers = [ stdenv.lib.maintainers.joelmo ];
+
maintainers = [ maintainers.joelmo ];
license = licenses.gpl2;
# TODO: support other systems, just copy appropriate lib/wrapper.. to $out
platforms = [ "x86_64-linux" ];