i2pd: 2.52.0 -> 2.54.0 (#343477)

authored by Emily and committed by GitHub cd6b650c 3ab03139

+2 -11
+2 -11
pkgs/tools/networking/i2pd/default.nix
··· 1 { lib, stdenv, fetchFromGitHub 2 - , fetchpatch2 3 , installShellFiles 4 , boost, zlib, openssl 5 , upnpSupport ? true, miniupnpc ··· 9 10 stdenv.mkDerivation rec { 11 pname = "i2pd"; 12 - version = "2.52.0"; 13 14 src = fetchFromGitHub { 15 owner = "PurpleI2P"; 16 repo = pname; 17 rev = version; 18 - sha256 = "sha256-0n3cPF3KBuzNOagrn88HeTvFAu1sYTkijpiGr77X5GI="; 19 }; 20 - 21 - patches = [ 22 - # Support miniupnp-2.2.8 (fixes #2071) 23 - (fetchpatch2 { 24 - url = "https://github.com/PurpleI2P/i2pd/commit/697d8314415b0dc0634fd1673abc589a080e0a31.patch?full_index=1"; 25 - hash = "sha256-B9Ngw1yPrnF5pGLe1a5x0TlyInvQGcq1zQUKO/ELFzA="; 26 - }) 27 - ]; 28 29 buildInputs = [ boost zlib openssl ] 30 ++ lib.optional upnpSupport miniupnpc;
··· 1 { lib, stdenv, fetchFromGitHub 2 , installShellFiles 3 , boost, zlib, openssl 4 , upnpSupport ? true, miniupnpc ··· 8 9 stdenv.mkDerivation rec { 10 pname = "i2pd"; 11 + version = "2.54.0"; 12 13 src = fetchFromGitHub { 14 owner = "PurpleI2P"; 15 repo = pname; 16 rev = version; 17 + sha256 = "sha256-neoIDZNBBDq3tqz1ET3/CS/zb0Lret9niyuU7iWoNIE="; 18 }; 19 20 buildInputs = [ boost zlib openssl ] 21 ++ lib.optional upnpSupport miniupnpc;