bump netbird to 0.37.2

This commit is contained in:
Jean-François GUILLAUME 2025-03-08 10:36:28 +01:00
parent 77620d24f9
commit e2cabc6421
GPG key ID: 38751DAE145EFB5A

View file

@ -20,7 +20,7 @@
#:use-module (gnu packages xorg)
)
(define %netbird-version "0.37.1")
(define %netbird-version "0.37.2")
(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 "1c0jdi48rc1j9jljn2hiiv0qajwaqlsppy6axbs4kgll6mwj40n5"))))
(sha256 (base32 "0w6xv4aky07md3v7h1ls07pdbqhb7chpshaiv56qcp5lxzhhisg1"))))
(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 "1ic5g396cxq3lv9kkdqp77z3c64pb9m94jh32ff0y9s77pfi03s7"))))
(sha256 (base32 "068anz74rg98d6sfzczq5g5psb9pca0igz50jbdzngpynnnphx19"))))
(build-system binary-build-system)
(inputs (list libx11 libglvnd))
(arguments