Commit 50595e10 authored by R. RyanTM's avatar R. RyanTM
Browse files

i2pd: 2.57.0 -> 2.58.0

parent 90a49d00
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "i2pd";
  version = "2.57.0";
  version = "2.58.0";

  src = fetchFromGitHub {
    owner = "PurpleI2P";
    repo = "i2pd";
    tag = version;
    hash = "sha256-+LywTG+AXOas6fXF1pXjBkqa+fUbaWNMA3EqCEZfc/A=";
    hash = "sha256-moUcivW3YIE2SvjS7rCXTjeCKUW/u/NXWH3VmJ9x6jg=";
  };

  postPatch = lib.optionalString (!stdenv.hostPlatform.isx86) ''