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.40.1
This commit is contained in:
parent
f464cbea3d
commit
d72bce5fae
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
|||
#:use-module (gnu packages xorg)
|
||||
)
|
||||
|
||||
(define %netbird-version "0.40.0")
|
||||
(define %netbird-version "0.40.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 "1pqbgy9v4bf0jdnnhrrmcpp1iy899f195igy3bkzfqcpnbqmwzhb"))))
|
||||
(sha256 (base32 "0c2mwqvfp1r6nynac0c6pl3i0lwn11dkgjvyag7my472fzz3c43i"))))
|
||||
(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 "0snqxwvii3gc93gxwki2jvyqhyfhxfbx6b1rdvyhb0p723544sy7"))))
|
||||
(sha256 (base32 "1fnlp6nrdc4a5rpg945hl1kr480kxh0bs84bm8mqm1qryp07w9iq"))))
|
||||
(build-system binary-build-system)
|
||||
(inputs (list libx11 libglvnd))
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Reference in a new issue