Merge pull request #187858 from r-ryantm/auto-update/i2pd

i2pd: 2.42.1 -> 2.43.0

authored by Jonas Heinrich and committed by GitHub 39b43cd5 717f656b

+2 -2
+2 -2
pkgs/tools/networking/i2pd/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "i2pd"; 13 - version = "2.42.1"; 13 + version = "2.43.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "PurpleI2P"; 17 17 repo = pname; 18 18 rev = version; 19 - sha256 = "sha256-q44r+PVGxeoElVfthUh++X8EhxbzqJwjC/r5TD+89WA="; 19 + sha256 = "sha256-JIO1Zm7me/SX0W7sVHOesERnqvC7jy0Fu1vfKFePFd0="; 20 20 }; 21 21 22 22 buildInputs = with lib; [ boost zlib openssl ]