summaryrefslogtreecommitdiff
path: root/nongnu/packages/vpn.scm
diff options
context:
space:
mode:
Diffstat (limited to 'nongnu/packages/vpn.scm')
-rw-r--r--nongnu/packages/vpn.scm22
1 files changed, 3 insertions, 19 deletions
diff --git a/nongnu/packages/vpn.scm b/nongnu/packages/vpn.scm
index 84ed23c..c7be7e4 100644
--- a/nongnu/packages/vpn.scm
+++ b/nongnu/packages/vpn.scm
@@ -1,21 +1,5 @@
-;;; GNU Guix --- Functional package management for GNU
+;;; SPDX-License-Identifier: GPL-3.0-or-later
;;; Copyright © 2020 Alexey Abramov <levenson@mmer.org>
-;;;
-;;; This file is not part of GNU Guix.
-;;;
-;;; GNU Guix is free software; you can redistribute it and/or modify it
-;;; under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 3 of the License, or (at
-;;; your option) any later version.
-;;;
-;;; GNU Guix is distributed in the hope that it will be useful, but
-;;; WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
-
(define-module (nongnu packages vpn)
#:use-module (guix build utils)
@@ -28,7 +12,7 @@
(define-public zerotier
(package
(name "zerotier")
- (version "1.6.6")
+ (version "1.8.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -37,7 +21,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "0pi22252c21gxmjcgwmagkrnp5y1hhqrm9jkjj9pg1nlzzrlyrnm"))))
+ "101b1k9f3cpbgj0l87ya1cbqs9dv0qiayjap4m29fxyjra8hbkb8"))))
(build-system gnu-build-system)
(arguments
`(#:phases