bump netbird to 0.36.2

This commit is contained in:
Jean-François GUILLAUME 2025-01-19 17:25:53 +01:00
parent 2c71c92e75
commit e7c5681955
GPG key ID: 38751DAE145EFB5A

View file

@ -20,7 +20,7 @@
#:use-module (gnu packages xorg) #:use-module (gnu packages xorg)
) )
(define %netbird-version "0.35.2") (define %netbird-version "0.36.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. (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. 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 @@ Secure. NetBird enables secure remote access by applying granular access policie
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/netbirdio/netbird/releases/download/v" version "/netbird_" version "_linux_amd64.tar.gz")) (uri (string-append "https://github.com/netbirdio/netbird/releases/download/v" version "/netbird_" version "_linux_amd64.tar.gz"))
(sha256 (base32 "140qfda5q68nqcvg37r8p1jz4zlrpi3g4z5w9livl4j8nmqpywnx")))) (sha256 (base32 "0i6jrz6db6f7iqadvlpzxscgg6qiban65iy7zb209nq56cxcwb50"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
`(#:install-plan `(("netbird" "/bin/")))) `(#:install-plan `(("netbird" "/bin/"))))
@ -52,7 +52,7 @@ Secure. NetBird enables secure remote access by applying granular access policie
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/netbirdio/netbird/releases/download/v" version "/netbird-ui-linux_" version "_linux_amd64.tar.gz")) (uri (string-append "https://github.com/netbirdio/netbird/releases/download/v" version "/netbird-ui-linux_" version "_linux_amd64.tar.gz"))
(sha256 (base32 "1gsb7r7ik7vjx8yp1kzygik0mxjwzz6708c3lnmys3hx4lv1q5b0")))) (sha256 (base32 "0k4wycfbdzwfgyrkwy5qsg0vsnj5d68nlly333j8l7hdl6yb6ppn"))))
(build-system binary-build-system) (build-system binary-build-system)
(inputs (list libx11 libglvnd)) (inputs (list libx11 libglvnd))
(arguments (arguments