misuzu 2023-08-26 12:14:44 +03:00 committed by GitHub
parent eb0af25a29
commit 9b30d7b2b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 329 additions and 356 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,10 +2,8 @@
, stdenv
, rustPlatform
, fetchFromGitHub
, buildPackages
, cargo
, iproute2
, lzo
, openssl
, pkg-config
@ -16,13 +14,13 @@
let
pname = "zerotierone";
version = "1.10.6";
version = "1.12.1";
src = fetchFromGitHub {
owner = "zerotier";
repo = "ZeroTierOne";
rev = version;
sha256 = "sha256-mapFKeF+8jMGkxSuHaw5oUdTdSQgAdxEwF/S6iyVLbY=";
sha256 = "sha256-430wdPrSNohM3sXewusjsW3tbE7EFGISGxABZF21yRc=";
};
in stdenv.mkDerivation {
@ -62,8 +60,6 @@ in stdenv.mkDerivation {
lzo
openssl
zlib
] ++ lib.optional stdenv.isLinux [
iproute2
];
enableParallelBuilding = true;