diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-02-10 19:12:27 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-02-10 19:13:21 +0100 |
| commit | a988847441d889abd7293da3a2277e28441b74eb (patch) | |
| tree | 7d1016b90ff56d09fcb760972234c94ba588a1d5 /gnu | |
| parent | 48b9e7ea5ab8db501f87cfe01f7afc6d9c5921d5 (diff) | |
gnu: n2n: Update to 3.0.
* gnu/packages/vpn.scm (n2n): Update to 3.0.
Change-Id: Ic28d2393cad019f257dd74ea4b4ff5cc5d8ccced
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/vpn.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index 09d6f88857..29fd71c3ed 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -353,7 +353,7 @@ endpoints.") (define-public n2n (package (name "n2n") - (version "2.8") + (version "3.0") (source (origin (method git-fetch) (uri (git-reference @@ -362,7 +362,7 @@ endpoints.") (file-name (git-file-name name version)) (sha256 (base32 - "1ph2npvnqh1xnmkp96pdzpxm033jkb8zznd3nc59l9arhn0pq4nv")))) + "0kgqmqcn6s2y2rxa0i6myq3sgk2aliv1gkfhzvn32zgym9rrqy9r")))) (build-system gnu-build-system) (arguments (list |
