bump netbird to 0.43.3

This commit is contained in:
Jean-François GUILLAUME 2025-05-13 12:48:08 +02:00
parent 562d1e3535
commit 7ddc644eac
GPG key ID: 38751DAE145EFB5A

View file

@ -20,7 +20,7 @@
#:use-module (gnu packages xorg)
)
(define %netbird-version "0.43.2")
(define %netbird-version "0.43.3")
(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 "0cvrp95q6l696d6xqy9xzwp1zhxpix4wn1l7sxbxj9zpqxwlghs0"))))
(sha256 (base32 "175kdxz6x7spvrdqk6ml51jkj4gff8g3scgvpykg5ygrxyp32cck"))))
(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 "1vmyz2h4qimb9d6jz9jckbplll68vd0mr237wqn0irwa3pnaih3j"))))
(sha256 (base32 "1j3s8s3445wj38pbp9z1njp3adl7wqmxnpxa77wgqzw721y7ipax"))))
(build-system binary-build-system)
(inputs (list libx11 libglvnd))
(arguments