zerotierone: 1.6.4 -> 1.6.5 (#120722)

This commit is contained in:
José Luis Lafuente 2021-04-26 15:55:31 +02:00 committed by GitHub
parent dd4c01b119
commit ec8f6bc932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,22 +2,22 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "zerotierone"; pname = "zerotierone";
version = "1.6.4"; version = "1.6.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "zerotier"; owner = "zerotier";
repo = "ZeroTierOne"; repo = "ZeroTierOne";
rev = version; rev = version;
sha256 = "06b6k1rzqkd7cdl7n0gz5ky48fs2nhn0q2qxx1rww38vbfc7lpmf"; sha256 = "0dlnrb59vnxa3pjkgfqd5jil9kl6axh23v0bffi4kx8jwzpdwas8";
}; };
preConfigure = '' preConfigure = ''
patchShebangs ./doc/build.sh patchShebangs ./doc/build.sh
substituteInPlace ./doc/build.sh \ substituteInPlace ./doc/build.sh \
--replace '/usr/bin/ronn' '${buildPackages.ronn}/bin/ronn' \ --replace '/usr/bin/ronn' '${buildPackages.ronn}/bin/ronn' \
substituteInPlace ./make-linux.mk \ substituteInPlace ./make-linux.mk \
--replace 'armv5' 'armv6' --replace 'armv5' 'armv6'
''; '';