summary refs log tree commit diff
path: root/pkgs/tools/networking/zerotierone
diff options
context:
space:
mode:
authorJosé Luis Lafuente <jl@lafuente.me>2021-04-26 15:55:31 +0200
committerGitHub <noreply@github.com>2021-04-26 15:55:31 +0200
commitec8f6bc932c02389c4834b463716fe333c453f46 (patch)
tree378160f2b849f60354c27ba119624800c57d94e4 /pkgs/tools/networking/zerotierone
parentdd4c01b1195b9178ffbd717e7e1d399ffca9e1af (diff)
downloadnixpkgs-ec8f6bc932c02389c4834b463716fe333c453f46.tar
nixpkgs-ec8f6bc932c02389c4834b463716fe333c453f46.tar.gz
nixpkgs-ec8f6bc932c02389c4834b463716fe333c453f46.tar.bz2
nixpkgs-ec8f6bc932c02389c4834b463716fe333c453f46.tar.lz
nixpkgs-ec8f6bc932c02389c4834b463716fe333c453f46.tar.xz
nixpkgs-ec8f6bc932c02389c4834b463716fe333c453f46.tar.zst
nixpkgs-ec8f6bc932c02389c4834b463716fe333c453f46.zip
zerotierone: 1.6.4 -> 1.6.5 (#120722)
Diffstat (limited to 'pkgs/tools/networking/zerotierone')
-rw-r--r--pkgs/tools/networking/zerotierone/default.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/tools/networking/zerotierone/default.nix b/pkgs/tools/networking/zerotierone/default.nix
index 60da9b3abcb..4a44843e947 100644
--- a/pkgs/tools/networking/zerotierone/default.nix
+++ b/pkgs/tools/networking/zerotierone/default.nix
@@ -2,22 +2,22 @@
 
 stdenv.mkDerivation rec {
   pname = "zerotierone";
-  version = "1.6.4";
+  version = "1.6.5";
 
   src = fetchFromGitHub {
     owner = "zerotier";
     repo = "ZeroTierOne";
     rev = version;
-    sha256 = "06b6k1rzqkd7cdl7n0gz5ky48fs2nhn0q2qxx1rww38vbfc7lpmf";
+    sha256 = "0dlnrb59vnxa3pjkgfqd5jil9kl6axh23v0bffi4kx8jwzpdwas8";
   };
 
   preConfigure = ''
-      patchShebangs ./doc/build.sh
-      substituteInPlace ./doc/build.sh \
-        --replace '/usr/bin/ronn' '${buildPackages.ronn}/bin/ronn' \
+    patchShebangs ./doc/build.sh
+    substituteInPlace ./doc/build.sh \
+      --replace '/usr/bin/ronn' '${buildPackages.ronn}/bin/ronn' \
 
-      substituteInPlace ./make-linux.mk \
-        --replace 'armv5' 'armv6'
+    substituteInPlace ./make-linux.mk \
+      --replace 'armv5' 'armv6'
   '';