summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorobadz <obadz-git@obadz.com>2018-04-28 14:19:15 +0100
committerobadz <obadz-git@obadz.com>2018-04-28 14:47:13 +0100
commit65adfc73ad6226c01d80ed2a19aefd02225e453d (patch)
tree17d33f6ce082b7ea27028189e0499ec0248e4ddc /pkgs/tools/networking
parent9f144e857870d706e85c6655d563258a291c3963 (diff)
downloadnixlib-65adfc73ad6226c01d80ed2a19aefd02225e453d.tar
nixlib-65adfc73ad6226c01d80ed2a19aefd02225e453d.tar.gz
nixlib-65adfc73ad6226c01d80ed2a19aefd02225e453d.tar.bz2
nixlib-65adfc73ad6226c01d80ed2a19aefd02225e453d.tar.lz
nixlib-65adfc73ad6226c01d80ed2a19aefd02225e453d.tar.xz
nixlib-65adfc73ad6226c01d80ed2a19aefd02225e453d.tar.zst
nixlib-65adfc73ad6226c01d80ed2a19aefd02225e453d.zip
zerotierone: 1.2.4 -> 1.2.8
Diffstat (limited to 'pkgs/tools/networking')
-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 77df8cbf6f7d..ec6c9c196788 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.2.4";
+  version = "1.2.8";
   name = "zerotierone";
 
   src = fetchurl {
     url = "https://github.com/zerotier/ZeroTierOne/archive/${version}.tar.gz";
-    sha256 = "0n035f2qslw1srxjlm0szrnvb3va3sspbpxqqhng08dp68vmn9wz";
+    sha256 = "0iwaaicf3wa1xi20k2w18q01d0dlmf5w9akf227bcsqdalsdzqh8";
   };
 
   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 zimbatm ehmry ];
+    maintainers = with maintainers; [ sjmackenzie zimbatm ehmry obadz ];
     platforms = platforms.x86_64 ++ platforms.aarch64;
   };
 }