Skip to content

Commit

Permalink
[Backport release-24.05] i2p: 2.5.1 -> 2.6.1 (#337392)
Browse files Browse the repository at this point in the history
  • Loading branch information
smancill authored Aug 29, 2024
2 parents 66b58d0 + 0892020 commit 85cdb87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/i2/i2p/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

stdenv.mkDerivation (finalAttrs: {
pname = "i2p";
version = "2.5.1";
version = "2.6.1";

src = fetchzip {
urls = [
Expand All @@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
"https://files.i2p-projekt.de/"
"https://download.i2p2.no/releases/"
]);
hash = "sha256-38kG0UyU1ngVdUb/H5tIuG3p+bsvJznjervDh3TWoGo=";
hash = "sha256-ntjTXdpgcTReEVxzDEoq9r3NAqS7q4m+rlJXp7is1k0=";
};

strictDeps = true;
Expand Down

0 comments on commit 85cdb87

Please sign in to comment.