zerotierone: 1.2.4 -> 1.2.8
This commit is contained in:
parent
9f144e8578
commit
65adfc73ad
|
@ -1,12 +1,12 @@
|
||||||
{ stdenv, fetchurl, openssl, lzo, zlib, iproute, which, ronn }:
|
{ stdenv, fetchurl, openssl, lzo, zlib, iproute, which, ronn }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.2.4";
|
version = "1.2.8";
|
||||||
name = "zerotierone";
|
name = "zerotierone";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/zerotier/ZeroTierOne/archive/${version}.tar.gz";
|
url = "https://github.com/zerotier/ZeroTierOne/archive/${version}.tar.gz";
|
||||||
sha256 = "0n035f2qslw1srxjlm0szrnvb3va3sspbpxqqhng08dp68vmn9wz";
|
sha256 = "0iwaaicf3wa1xi20k2w18q01d0dlmf5w9akf227bcsqdalsdzqh8";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Create flat virtual Ethernet networks of almost unlimited size";
|
description = "Create flat virtual Ethernet networks of almost unlimited size";
|
||||||
homepage = https://www.zerotier.com;
|
homepage = https://www.zerotier.com;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ sjmackenzie zimbatm ehmry ];
|
maintainers = with maintainers; [ sjmackenzie zimbatm ehmry obadz ];
|
||||||
platforms = platforms.x86_64 ++ platforms.aarch64;
|
platforms = platforms.x86_64 ++ platforms.aarch64;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue