feat: bump netbird to 0.50.1

This commit is contained in:
Jean-François GUILLAUME 2025-07-06 17:46:41 +00:00
commit c88146ee11

View file

@ -20,7 +20,7 @@
#:use-module (gnu packages xorg)
)
(define %netbird-version "0.47.2")
(define %netbird-version "0.50.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 "0hdm6ij6g99793vqv88hxw86ra30918rfnlf33h9ddh57h62aknx"))))
(sha256 (base32 "0y7zxs9pxpwkpn34jq9whc2cfd13smfqw8s4vnj6d0v9vriwpg9a"))))
(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 "1paygvphl699kyprjccjfpphaxzlcrkfcqkb3dw75xv99nznzndh"))))
(sha256 (base32 "0b65s7gzf7hl342di7g0cz4j68qq3k5ay75yh5qny3s8vswi45k8"))))
(build-system binary-build-system)
(inputs (list libx11 libglvnd))
(arguments