Unverified Commit 7b74e320 authored by Edward Tjörnhammar's avatar Edward Tjörnhammar Committed by GitHub
Browse files

i2pd: 2.59.0 -> 2.60.0 (#513243)

parents 52497381 a389d372
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "i2pd";
  version = "2.59.0";
  version = "2.60.0";

  src = fetchFromGitHub {
    owner = "PurpleI2P";
    repo = "i2pd";
    tag = finalAttrs.version;
    hash = "sha256-PBwjP54gVtMduN//OXxd35KnRJv7sbA1MIUU+1KNUac=";
    hash = "sha256-oVC31GpygznXbmjQ3qv3XZ58jZ9l6ibBoueuBM5Hk0M=";
  };

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