mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-06-17 01:31:47 +02:00
bump netbird to 0.43.0
This commit is contained in:
parent
2544ff8e43
commit
3e750212b6
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
|||
#:use-module (gnu packages xorg)
|
||||
)
|
||||
|
||||
(define %netbird-version "0.41.3")
|
||||
(define %netbird-version "0.43.0")
|
||||
|
||||
(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 "0x2szwynkab7f1hrprcmvbbkkxrlaa246v691bhn6yq9j9v05j3d"))))
|
||||
(sha256 (base32 "1zfnadjmdp3ggw0glspxnn3llyga49mkpjcgr0vm1vl8l3y48p81"))))
|
||||
(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 "0q3mih50bdgqv976awj1ls4v99gah32vlhwyv2kfn2ayb4bnzfpf"))))
|
||||
(sha256 (base32 "1dgf4hakl0d2rb1hwazsgm7iwl5d7napj95f5rc0jzql803b8r0l"))))
|
||||
(build-system binary-build-system)
|
||||
(inputs (list libx11 libglvnd))
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue