summary refs log tree commit diff
path: root/pkgs/tools/networking/zerotierone
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2016-12-27 17:44:57 +0000
committerzimbatm <zimbatm@zimbatm.com>2016-12-27 17:47:41 +0000
commit12532879b06d816ba88b52ed8ce5fdad53d6edb7 (patch)
tree20c47fd54d2b3791059a5797864c1f107cbfacad /pkgs/tools/networking/zerotierone
parent7c73f4408640a67b81828c79affc17a940ade902 (diff)
downloadnixpkgs-12532879b06d816ba88b52ed8ce5fdad53d6edb7.tar
nixpkgs-12532879b06d816ba88b52ed8ce5fdad53d6edb7.tar.gz
nixpkgs-12532879b06d816ba88b52ed8ce5fdad53d6edb7.tar.bz2
nixpkgs-12532879b06d816ba88b52ed8ce5fdad53d6edb7.tar.lz
nixpkgs-12532879b06d816ba88b52ed8ce5fdad53d6edb7.tar.xz
nixpkgs-12532879b06d816ba88b52ed8ce5fdad53d6edb7.tar.zst
nixpkgs-12532879b06d816ba88b52ed8ce5fdad53d6edb7.zip
zerotierone: 1.1.12 -> 1.1.14
Diffstat (limited to 'pkgs/tools/networking/zerotierone')
-rw-r--r--pkgs/tools/networking/zerotierone/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/zerotierone/default.nix b/pkgs/tools/networking/zerotierone/default.nix
index d97a6049745..76385312385 100644
--- a/pkgs/tools/networking/zerotierone/default.nix
+++ b/pkgs/tools/networking/zerotierone/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, openssl, lzo, zlib, iproute, which, ronn }:
 
 stdenv.mkDerivation rec {
-  version = "1.1.12";
+  version = "1.1.14";
   name = "zerotierone";
 
   src = fetchurl {
     url = "https://github.com/zerotier/ZeroTierOne/archive/${version}.tar.gz";
-    sha256 = "0mji6bmxjvxy2mhvzfz4vpdz62n1wv6a02rapzbiad8zr2c869cm";
+    sha256 = "1brlyqk2p5h9sws15nbkmm4qhx911aib1v7crmcm2rhwsad0c1nj";
   };
 
   preConfigure = ''
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
     description = "Create flat virtual Ethernet networks of almost unlimited size";
     homepage = https://www.zerotier.com;
     license = licenses.gpl3;
-    maintainers = with maintainers; [ sjmackenzie ];
+    maintainers = with maintainers; [ sjmackenzie zimbatm ];
     platforms = platforms.allBut [ "i686-linux" ];
   };
 }