Skip to content

Commit

Permalink
lokinet: 0.9.9 -> 0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
wyndon authored and Mindavi committed Nov 17, 2022
1 parent 6aa9413 commit 4c233af
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions pkgs/applications/networking/p2p/lokinet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
, libuv
, nlohmann_json
, pkg-config
, spdlog
, sqlite
, systemd
, unbound
Expand All @@ -15,14 +16,14 @@

stdenv.mkDerivation rec {
pname = "lokinet";
version = "0.9.9";
version = "0.9.10";

src = fetchFromGitHub {
owner = "oxen-io";
repo = "lokinet";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-AaGsRg9S9Cng9emI/mN09QSOIRbE+x3916clWAwLnRs=";
sha256 = "sha256-dLkIFp1yz5MgUDxYQHN4zv2mexEb4GfkxlTOZyECsew=";
};

nativeBuildInputs = [
Expand All @@ -35,6 +36,7 @@ stdenv.mkDerivation rec {
libuv
libsodium
nlohmann_json
spdlog
sqlite
systemd
unbound
Expand All @@ -47,14 +49,6 @@ stdenv.mkDerivation rec {
"-DWITH_SETCAP=OFF"
];

# copy bootstrap files
# see https://github.com/oxen-io/lokinet/issues/1765#issuecomment-938208774
postInstall = ''
mkdir -p $out/share/testnet
cp $src/contrib/bootstrap/mainnet.signed $out/share/bootstrap.signed
cp $src/contrib/bootstrap/testnet.signed $out/share/testnet/bootstrap.signed
'';

meta = with lib; {
description = "Anonymous, decentralized and IP based overlay network for the internet";
homepage = "https://lokinet.org/";
Expand Down

0 comments on commit 4c233af

Please sign in to comment.