zerotierone: 1.10.2 -> 1.10.3 (#216895)

This commit is contained in:
R. RyanTM 2023-02-19 13:21:31 -08:00 committed by GitHub
parent ddccab6ccc
commit 1c60c2a813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;