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 , libuv 8 , nlohmann_json 9 , pkg-config 10 , sqlite 11 , systemd 12 , unbound ··· 15 16 stdenv.mkDerivation rec { 17 pname = "lokinet"; 18 - version = "0.9.9"; 19 20 src = fetchFromGitHub { 21 owner = "oxen-io"; 22 repo = "lokinet"; 23 rev = "v${version}"; 24 fetchSubmodules = true; 25 - sha256 = "sha256-AaGsRg9S9Cng9emI/mN09QSOIRbE+x3916clWAwLnRs="; 26 }; 27 28 nativeBuildInputs = [ ··· 35 libuv 36 libsodium 37 nlohmann_json 38 sqlite 39 systemd 40 unbound ··· 46 "-DWITH_BOOTSTRAP=OFF" # we provide bootstrap files manually 47 "-DWITH_SETCAP=OFF" 48 ]; 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 58 meta = with lib; { 59 description = "Anonymous, decentralized and IP based overlay network for the internet";
··· 7 , libuv 8 , nlohmann_json 9 , pkg-config 10 + , spdlog 11 , sqlite 12 , systemd 13 , unbound ··· 16 17 stdenv.mkDerivation rec { 18 pname = "lokinet"; 19 + version = "0.9.10"; 20 21 src = fetchFromGitHub { 22 owner = "oxen-io"; 23 repo = "lokinet"; 24 rev = "v${version}"; 25 fetchSubmodules = true; 26 + sha256 = "sha256-dLkIFp1yz5MgUDxYQHN4zv2mexEb4GfkxlTOZyECsew="; 27 }; 28 29 nativeBuildInputs = [ ··· 36 libuv 37 libsodium 38 nlohmann_json 39 + spdlog 40 sqlite 41 systemd 42 unbound ··· 48 "-DWITH_BOOTSTRAP=OFF" # we provide bootstrap files manually 49 "-DWITH_SETCAP=OFF" 50 ]; 51 52 meta = with lib; { 53 description = "Anonymous, decentralized and IP based overlay network for the internet";