zerotierone: 1.1.12 -> 1.1.14
This commit is contained in:
parent
7c73f44086
commit
12532879b0
@ -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.1.12";
|
version = "1.1.14";
|
||||||
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 = "0mji6bmxjvxy2mhvzfz4vpdz62n1wv6a02rapzbiad8zr2c869cm";
|
sha256 = "1brlyqk2p5h9sws15nbkmm4qhx911aib1v7crmcm2rhwsad0c1nj";
|
||||||
};
|
};
|
||||||
|
|
||||||
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 ];
|
maintainers = with maintainers; [ sjmackenzie zimbatm ];
|
||||||
platforms = platforms.allBut [ "i686-linux" ];
|
platforms = platforms.allBut [ "i686-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user