zerotierone: 1.10.6 -> 1.12.1 (#251523)
https://github.com/zerotier/ZeroTierOne/releases/tag/1.12.1 https://github.com/zerotier/ZeroTierOne/compare/1.10.6...1.12.1 https://github.com/zerotier/ZeroTierOne/blob/1.12.1/RELEASE-NOTES.md
This commit is contained in:
parent
eb0af25a29
commit
9b30d7b2b2
2 changed files with 329 additions and 356 deletions
677
pkgs/tools/networking/zerotierone/Cargo.lock
generated
677
pkgs/tools/networking/zerotierone/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -2,10 +2,8 @@
|
||||||
, stdenv
|
, stdenv
|
||||||
, rustPlatform
|
, rustPlatform
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
|
||||||
, buildPackages
|
, buildPackages
|
||||||
, cargo
|
, cargo
|
||||||
, iproute2
|
|
||||||
, lzo
|
, lzo
|
||||||
, openssl
|
, openssl
|
||||||
, pkg-config
|
, pkg-config
|
||||||
|
@ -16,13 +14,13 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "zerotierone";
|
pname = "zerotierone";
|
||||||
version = "1.10.6";
|
version = "1.12.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zerotier";
|
owner = "zerotier";
|
||||||
repo = "ZeroTierOne";
|
repo = "ZeroTierOne";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-mapFKeF+8jMGkxSuHaw5oUdTdSQgAdxEwF/S6iyVLbY=";
|
sha256 = "sha256-430wdPrSNohM3sXewusjsW3tbE7EFGISGxABZF21yRc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
|
@ -62,8 +60,6 @@ in stdenv.mkDerivation {
|
||||||
lzo
|
lzo
|
||||||
openssl
|
openssl
|
||||||
zlib
|
zlib
|
||||||
] ++ lib.optional stdenv.isLinux [
|
|
||||||
iproute2
|
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
Loading…
Reference in a new issue