mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-06-17 09:41:48 +02:00
Netbird
This commit is contained in:
parent
6eaef7f786
commit
36f2723bbd
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
|||
#:use-module (gnu packages xorg)
|
||||
)
|
||||
|
||||
(define %netbird-version "0.44.0")
|
||||
(define %netbird-version "0.45.1")
|
||||
|
||||
(define %netbird-synopsis "NetBird combines a configuration-free peer-to-peer private network and a centralized access control system in a single platform, making it easy to create secure private networks for your organization or home.
|
||||
Connect. NetBird creates a WireGuard-based overlay network that automatically connects your machines over an encrypted tunnel, leaving behind the hassle of opening ports, complex firewall rules, VPN gateways, and so forth.
|
||||
|
@ -35,7 +35,7 @@
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/netbirdio/netbird/releases/download/v" version "/netbird_" version "_linux_amd64.tar.gz"))
|
||||
(sha256 (base32 "09s5p48knpd7jrb405raq25kxf7lk28kynahlg0vb28jipjz765y"))))
|
||||
(sha256 (base32 "16652mdpcdqz185gjglsjlws5g5lb57rnzmm8h4hzsm1z21vqlp9"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
`(#:install-plan `(("netbird" "/bin/"))))
|
||||
|
@ -52,7 +52,7 @@
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/netbirdio/netbird/releases/download/v" version "/netbird-ui-linux_" version "_linux_amd64.tar.gz"))
|
||||
(sha256 (base32 "0cq06z7vf3sq78i5c36r9hj6vnyslilkil2dxg4nnys2rjpvccw0"))))
|
||||
(sha256 (base32 "1qlnz9srrxylv465f2qzd6l869clw4ij59d4r9vbkfa7kcyc26rz"))))
|
||||
(build-system binary-build-system)
|
||||
(inputs (list libx11 libglvnd))
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue