Unverified Commit 7c1c04eb authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

i2pd: 2.48.0 -> 2.49.0
parents ca2cecd5 ec6fca3e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "i2pd";
  version = "2.48.0";
  version = "2.49.0";

  src = fetchFromGitHub {
    owner = "PurpleI2P";
    repo = pname;
    rev = version;
    sha256 = "sha256-MqkpzNUd2FZgt9TZPtEp+jIq7r3sr+EeTpHlqNCgatU=";
    sha256 = "sha256-y2+V+p/EZS90cwNl/gavclJ1TyJa/CdNnjKLMuwe7q0=";
  };

  buildInputs = [ boost zlib openssl ]