gnu: yggdrasil: Update to 0.5.5.
* gnu/packages/networking.scm (yggdrasil): Update to 0.5.5. Change-Id: Iba086d544e8225ec1b08de80f0fc3f01aa1f17b3 Signed-off-by: Ricardo Wurmus <rekado@elephly.net>master
parent
a901e950dd
commit
bed3a0b547
|
@ -4577,7 +4577,7 @@ QUIC protocol.")
|
|||
(define-public yggdrasil
|
||||
(package
|
||||
(name "yggdrasil")
|
||||
(version "0.5.4")
|
||||
(version "0.5.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4588,7 +4588,7 @@ QUIC protocol.")
|
|||
(recursive? #t)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1vfzzj9vxsc41dkaasz4fg3mz8iab86xyy925mp51zqmvx79ggx2"))
|
||||
(base32 "0yzgs4b0q945ygrqlc5hnmh78awl5p35azx83fz61bzfg20d52b4"))
|
||||
(patches (search-patches "yggdrasil-extra-config.patch"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
|
|
Reference in New Issue