mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
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
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
|
||||
, 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;
|
||||
|
Loading…
Reference in New Issue
Block a user