mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
bump netbird to 0.39.2
This commit is contained in:
parent
e16dec897e
commit
d4bd999fb8
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
||||||
#:use-module (gnu packages xorg)
|
#:use-module (gnu packages xorg)
|
||||||
)
|
)
|
||||||
|
|
||||||
(define %netbird-version "0.37.2")
|
(define %netbird-version "0.39.2")
|
||||||
|
|
||||||
(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.
|
(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.
|
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
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/netbirdio/netbird/releases/download/v" version "/netbird_" version "_linux_amd64.tar.gz"))
|
(uri (string-append "https://github.com/netbirdio/netbird/releases/download/v" version "/netbird_" version "_linux_amd64.tar.gz"))
|
||||||
(sha256 (base32 "0w6xv4aky07md3v7h1ls07pdbqhb7chpshaiv56qcp5lxzhhisg1"))))
|
(sha256 (base32 "0ajc4skiw1411gnmcczyw1d6plv1yvj5d117xn9m83q7yqqfkyr9"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:install-plan `(("netbird" "/bin/"))))
|
`(#:install-plan `(("netbird" "/bin/"))))
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/netbirdio/netbird/releases/download/v" version "/netbird-ui-linux_" version "_linux_amd64.tar.gz"))
|
(uri (string-append "https://github.com/netbirdio/netbird/releases/download/v" version "/netbird-ui-linux_" version "_linux_amd64.tar.gz"))
|
||||||
(sha256 (base32 "068anz74rg98d6sfzczq5g5psb9pca0igz50jbdzngpynnnphx19"))))
|
(sha256 (base32 "01lzbzkivnfrv4j41p25ls6r1hcrjynxg6g9dnf3bgsziasb4407"))))
|
||||||
(build-system binary-build-system)
|
(build-system binary-build-system)
|
||||||
(inputs (list libx11 libglvnd))
|
(inputs (list libx11 libglvnd))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Reference in a new issue