Skip to content

Commit f5b6c1e

Browse files
author
Emery Hemingway
committedMay 16, 2017
zerotierone: 1.2.2 -> 1.2.4
1 parent 6b67f97 commit f5b6c1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/tools/networking/zerotierone/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{ stdenv, fetchurl, openssl, lzo, zlib, iproute, which, ronn }:
22

33
stdenv.mkDerivation rec {
4-
version = "1.2.2";
4+
version = "1.2.4";
55
name = "zerotierone";
66

77
src = fetchurl {
88
url = "https://github.com/zerotier/ZeroTierOne/archive/${version}.tar.gz";
9-
sha256 = "058sy6yrprd23iyx7fxnwyvnp1xxsd55yapjv5m2n7dcb7l4005h";
9+
sha256 = "0n035f2qslw1srxjlm0szrnvb3va3sspbpxqqhng08dp68vmn9wz";
1010
};
1111

1212
preConfigure = ''
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
3838
description = "Create flat virtual Ethernet networks of almost unlimited size";
3939
homepage = https://www.zerotier.com;
4040
license = licenses.gpl3;
41-
maintainers = with maintainers; [ sjmackenzie zimbatm ];
41+
maintainers = with maintainers; [ sjmackenzie zimbatm ehmry ];
4242
platforms = platforms.allBut [ "i686-linux" ];
4343
};
4444
}

0 commit comments

Comments
 (0)
Please sign in to comment.