Skip to content

Commit

Permalink
i2pd: 2.55.0 -> 2.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and wegank committed Feb 24, 2025
1 parent 9de281f commit 9c6cfa8
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions pkgs/by-name/i2/i2pd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,20 @@

stdenv.mkDerivation rec {
pname = "i2pd";
version = "2.55.0";
version = "2.56.0";

src = fetchFromGitHub {
owner = "PurpleI2P";
repo = pname;
rev = version;
sha256 = "sha256-mdjt2+h+IWjHBRDUpx85ku6s6gKHjxUBuhv+gJK7QhU=";
repo = "i2pd";
tag = version;
hash = "sha256-URFLVMd1j/br+/isQytVjSVosMHn1SEwqg2VNxStD0A=";
};

postPatch = lib.optionalString (!stdenv.hostPlatform.isx86) ''
substituteInPlace Makefile.osx \
--replace-fail "-msse" ""
'';

buildInputs = [
boost
zlib
Expand Down Expand Up @@ -56,6 +61,5 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ edwtjo ];
platforms = platforms.unix;
mainProgram = "i2pd";
broken = stdenv.hostPlatform.isDarwin;
};
}

0 comments on commit 9c6cfa8

Please sign in to comment.