Commit 60e3142c authored by R. RyanTM's avatar R. RyanTM
Browse files

i2p: 2.7.0 -> 2.8.0

parent ab36ef17
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "i2p";
  version = "2.7.0";
  version = "2.8.0";

  src = fetchzip {
    urls =
@@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
        "https://files.i2p-projekt.de/"
        "https://download.i2p2.no/releases/"
      ]);
    hash = "sha256-gw1i6jrmTfz9CZlCjtOUdH5R4vD57ysDeQxyyWifieg=";
    hash = "sha256-Gw60l6aB9EcDxWowSHUF8LIoxs5bYamJYTVGKQI2V80=";
  };

  strictDeps = true;