mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
i2p: 2.8.1 -> 2.8.2
This commit is contained in:
parent
4a8e787879
commit
26aed0dd63
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "i2p";
|
pname = "i2p";
|
||||||
version = "2.8.1";
|
version = "2.8.2";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
urls =
|
urls =
|
||||||
|
@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
"https://files.i2p-projekt.de/"
|
"https://files.i2p-projekt.de/"
|
||||||
"https://download.i2p2.no/releases/"
|
"https://download.i2p2.no/releases/"
|
||||||
]);
|
]);
|
||||||
hash = "sha256-3gR1vQTs2SCjNtdj/AA69C+2tF23sGxwlVxkkPBUZWU=";
|
hash = "sha256-GQhZrjguihc3FyWt5MUC61+pTvaB3ij2h+SQmasJtUI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue