Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e1271ae1f5c4
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 77e29cd5fa39
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 1, 2019

  1. i2p: 0.9.35 -> 0.9.38

    (cherry picked from commit f7165b2)
    bendlas committed Feb 1, 2019
    Copy the full SHA
    77e29cd View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/networking/i2p/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/networking/i2p/default.nix
Original file line number Diff line number Diff line change
@@ -27,10 +27,10 @@ let wrapper = stdenv.mkDerivation rec {
in

stdenv.mkDerivation rec {
name = "i2p-0.9.35";
name = "i2p-0.9.38";
src = fetchurl {
url = "https://github.com/i2p/i2p.i2p/archive/${name}.tar.gz";
sha256 = "02p76vn1777lgv4zs27r6i9s4yk7b2x61b25i8dqmn6j60y3fa4g";
sha256 = "0fxn8q6ccpjxr41s97nmjxg7hx12dzwrm5a7gyxgr44r7l77qlv6";
};
buildInputs = [ jdk ant gettext which ];
patches = [ ./i2p.patch ];