zerotierone: 1.10.2 -> 1.10.3 (#216895)

This commit is contained in:
R. RyanTM
2023-02-19 22:21:31 +01:00
committed by GitHub
parent ddccab6ccc
commit 1c60c2a813
@@ -15,13 +15,13 @@
let
pname = "zerotierone";
version = "1.10.2";
version = "1.10.3";
src = fetchFromGitHub {
owner = "zerotier";
repo = "ZeroTierOne";
rev = version;
sha256 = "sha256-p900bw+BGzyMwH91W9NRfYS1ZUW74YaALwr1Gv9BlvQ=";
sha256 = "sha256-MhkGcmt1YPvlePF54XsLVFUX+P979uUqhtJjudRx69g=";
};
in stdenv.mkDerivation {
inherit pname version src;