gnu: yggdrasil: Update to 0.4.3.

* gnu/packages/networking.scm (yggdrasil): Update to 0.4.3.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
raingloom 2022-02-23 00:22:56 +01:00 committed by Efraim Flashner
parent e562a9812e
commit b15cf03a0c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4053,7 +4053,7 @@ (define-public nbd
(define-public yggdrasil (define-public yggdrasil
(package (package
(name "yggdrasil") (name "yggdrasil")
(version "0.4.1") (version "0.4.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4064,7 +4064,7 @@ (define-public yggdrasil
(recursive? #t))) (recursive? #t)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1ajhn0z58ap9jldip7mqj78drmgg4645zfsxsy004cfkm60fasnx")) (base32 "0jp6998a45xi8pbi8p84chvpm1mhhcvcxm1avi1c1gjjp4jqm3vl"))
(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