zerotierone: 1.4.0 -> 1.4.2 (#67175)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zerotierone/versions

authored by

R. RyanTM and committed by zimbatm.tngl.sh ed074033 7d9d632b

+2 -2
+2 -2
pkgs/tools/networking/zerotierone/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "zerotierone"; 5 - version = "1.4.0"; 5 + version = "1.4.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "zerotier"; 9 9 repo = "ZeroTierOne"; 10 10 rev = version; 11 - sha256 = "14iwhlxmxsnvnm9rrp6rysiz461w0v5nsmnz5p91rfi351103a63"; 11 + sha256 = "1b78jr33xawdkn8dcs884g6klj0zg4dazwhr1qhrj7x54bs7gizr"; 12 12 }; 13 13 14 14 preConfigure = ''