Unverified Commit a4338c34 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

i2p: 2.8.1 -> 2.8.2 (#395053)

parents 285944aa 26aed0dd
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.8.1";
  version = "2.8.2";

  src = fetchzip {
    urls =
@@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
        "https://files.i2p-projekt.de/"
        "https://download.i2p2.no/releases/"
      ]);
    hash = "sha256-3gR1vQTs2SCjNtdj/AA69C+2tF23sGxwlVxkkPBUZWU=";
    hash = "sha256-GQhZrjguihc3FyWt5MUC61+pTvaB3ij2h+SQmasJtUI=";
  };

  strictDeps = true;