bump netbird to 0.40.0

This commit is contained in:
Jean-François GUILLAUME 2025-04-09 08:02:35 +02:00
parent ed89ee09af
commit c2b23f03a7
GPG key ID: 38751DAE145EFB5A

View file

@ -20,7 +20,7 @@
#:use-module (gnu packages xorg)
)
(define %netbird-version "0.39.2")
(define %netbird-version "0.40.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 "0ajc4skiw1411gnmcczyw1d6plv1yvj5d117xn9m83q7yqqfkyr9"))))
(sha256 (base32 "1pqbgy9v4bf0jdnnhrrmcpp1iy899f195igy3bkzfqcpnbqmwzhb"))))
(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 "01lzbzkivnfrv4j41p25ls6r1hcrjynxg6g9dnf3bgsziasb4407"))))
(sha256 (base32 "0snqxwvii3gc93gxwki2jvyqhyfhxfbx6b1rdvyhb0p723544sy7"))))
(build-system binary-build-system)
(inputs (list libx11 libglvnd))
(arguments