diff options
author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2024-01-08 11:41:09 +0300 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-01-15 23:18:35 +0000 |
commit | 5358b308a1a30564179b2ca496d46b66d20c7d08 (patch) | |
tree | c1042b729773d5bb1f97d9cad26bc36125672976 | |
parent | eb0f35e16db46642550cddca9f13c7c39f6c2da5 (diff) |
gnu: yggdrasil: Update to 0.5.4.
* gnu/packages/networking.scm (yggdrasil): Update to 0.5.4.
Change-Id: I4f386e1b69627b0c5a6095c42274b8a8bff8bfd9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 2f62194c56..00489b7cdc 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -4531,7 +4531,7 @@ QUIC protocol.") (define-public yggdrasil (package (name "yggdrasil") - (version "0.5.2") + (version "0.5.4") (source (origin (method git-fetch) @@ -4542,7 +4542,7 @@ QUIC protocol.") (recursive? #t))) (file-name (git-file-name name version)) (sha256 - (base32 "0ahgb94s30sq1wwyc8h53mjj3j43ifr0aanj8262rsm6rqk04kzq")) + (base32 "1vfzzj9vxsc41dkaasz4fg3mz8iab86xyy925mp51zqmvx79ggx2")) (patches (search-patches "yggdrasil-extra-config.patch")))) (build-system go-build-system) (arguments |