lokinet: 0.9.9 -> 0.9.10

authored by wyndon and committed by Rick van Schijndel 4c233af4 6aa94133

+4 -10
+4 -10
pkgs/applications/networking/p2p/lokinet/default.nix
··· 7 7 , libuv 8 8 , nlohmann_json 9 9 , pkg-config 10 + , spdlog 10 11 , sqlite 11 12 , systemd 12 13 , unbound ··· 15 16 16 17 stdenv.mkDerivation rec { 17 18 pname = "lokinet"; 18 - version = "0.9.9"; 19 + version = "0.9.10"; 19 20 20 21 src = fetchFromGitHub { 21 22 owner = "oxen-io"; 22 23 repo = "lokinet"; 23 24 rev = "v${version}"; 24 25 fetchSubmodules = true; 25 - sha256 = "sha256-AaGsRg9S9Cng9emI/mN09QSOIRbE+x3916clWAwLnRs="; 26 + sha256 = "sha256-dLkIFp1yz5MgUDxYQHN4zv2mexEb4GfkxlTOZyECsew="; 26 27 }; 27 28 28 29 nativeBuildInputs = [ ··· 35 36 libuv 36 37 libsodium 37 38 nlohmann_json 39 + spdlog 38 40 sqlite 39 41 systemd 40 42 unbound ··· 46 48 "-DWITH_BOOTSTRAP=OFF" # we provide bootstrap files manually 47 49 "-DWITH_SETCAP=OFF" 48 50 ]; 49 - 50 - # copy bootstrap files 51 - # see https://github.com/oxen-io/lokinet/issues/1765#issuecomment-938208774 52 - postInstall = '' 53 - mkdir -p $out/share/testnet 54 - cp $src/contrib/bootstrap/mainnet.signed $out/share/bootstrap.signed 55 - cp $src/contrib/bootstrap/testnet.signed $out/share/testnet/bootstrap.signed 56 - ''; 57 51 58 52 meta = with lib; { 59 53 description = "Anonymous, decentralized and IP based overlay network for the internet";