diff options
author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2024-08-08 22:04:24 +0300 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-12 13:20:02 +0100 |
commit | d95b9a080a38518c18dee2554222d05d0cfc6491 (patch) | |
tree | fa678946cdaddf8064bf257e976ad021c2081ba2 | |
parent | 60068877525b67ca1481bd7e0c1a9ae6ac33a9b5 (diff) | |
download | guix-d95b9a080a38518c18dee2554222d05d0cfc6491.tar.gz guix-d95b9a080a38518c18dee2554222d05d0cfc6491.zip |
gnu: yggdrasil: Update to 0.5.7.
* gnu/packages/networking.scm (yggdrasil): Update to 0.5.7.
[propagated-inputs]: Add go-nhooyr-io-websocket.
Change-Id: I68d0e4d21fc39eea21fd3a4fb89004d0bd04388d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/networking.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index b22a755396..d1aabfec44 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -4619,7 +4619,7 @@ QUIC protocol.") (define-public yggdrasil (package (name "yggdrasil") - (version "0.5.6") + (version "0.5.7") (source (origin (method git-fetch) @@ -4630,7 +4630,7 @@ QUIC protocol.") (recursive? #t))) (file-name (git-file-name name version)) (sha256 - (base32 "1wcvqk45p1k165bd32dc3hl73r0i6g14rxxkjxfr9x2d8410l91f")) + (base32 "0dsca3208mi221ayq3a2rikf20yphalxswsh97r4maxv69x1ka44")) (patches (search-patches "yggdrasil-extra-config.patch")))) (build-system go-build-system) (arguments @@ -4676,7 +4676,8 @@ QUIC protocol.") go-golang-org-x-net go-golang-org-x-sys go-golang-org-x-text - go-golang-zx2c4-com-wireguard)) + go-golang-zx2c4-com-wireguard + go-nhooyr-io-websocket)) (home-page "https://yggdrasil-network.github.io/blog.html") (synopsis "Experiment in scalable routing as an encrypted IPv6 overlay network") |