mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: yggtray: Update to 0.1.7.
* gnu/packages/networking.scm (yggtray): Update to 0.1.7. Change-Id: If471670abc6a4e2a5c446a786e6e611c4b521a36
This commit is contained in:
parent
8e9bceda87
commit
5674adeb75
1 changed files with 33 additions and 38 deletions
|
@ -4754,23 +4754,18 @@ IPv6 Internet connectivity - it also works over IPv4.")
|
|||
license:lgpl3)))
|
||||
|
||||
(define-public yggtray
|
||||
(let ((version "0.1.6")
|
||||
(revision "1")
|
||||
;; Version 0.1.6 introduced a change that forced installation to "/usr".
|
||||
;; This regression is fixed in the following commit.
|
||||
(commit "dc2bd76cbf2fd6b4577bf35b125d51229302c3cc"))
|
||||
(package
|
||||
(name "yggtray")
|
||||
(version (git-version version revision commit))
|
||||
(version "0.1.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/the-nexi/yggtray")
|
||||
(commit commit)))
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "09j9s66bszy8nmvbc3gxgknfqrbf7li2y9lnnidxslra4m9l0vn0"))))
|
||||
(base32 "0q20dh6l1qbyd9iim82yv16gsknan0blp8z47xdxsva0ypjb2hl2"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -4793,7 +4788,7 @@ IPv6 Internet connectivity - it also works over IPv4.")
|
|||
"@code{yggtray} is an @url{https://yggdrasil-network.github.io/, Yggdrasil} tray
|
||||
and control panel. It allows the user to configure, run and control the Yggdrasil
|
||||
daemon.")
|
||||
(license license:gpl3+))))
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public nebula
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue