mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +02:00
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>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
eb0f35e16d
commit
5358b308a1
@@ -4531,7 +4531,7 @@ QUIC protocol.")
|
|||||||
(define-public yggdrasil
|
(define-public yggdrasil
|
||||||
(package
|
(package
|
||||||
(name "yggdrasil")
|
(name "yggdrasil")
|
||||||
(version "0.5.2")
|
(version "0.5.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@@ -4542,7 +4542,7 @@ QUIC protocol.")
|
|||||||
(recursive? #t)))
|
(recursive? #t)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ahgb94s30sq1wwyc8h53mjj3j43ifr0aanj8262rsm6rqk04kzq"))
|
(base32 "1vfzzj9vxsc41dkaasz4fg3mz8iab86xyy925mp51zqmvx79ggx2"))
|
||||||
(patches (search-patches "yggdrasil-extra-config.patch"))))
|
(patches (search-patches "yggdrasil-extra-config.patch"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|||||||
Reference in New Issue
Block a user