From 0560323551d6399384d4eca5cfb7dd04aedf609c Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Tue, 6 May 2025 08:17:15 +0200 Subject: [PATCH] bump netbird to 0.43.2 --- glicid/packages/vpn.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glicid/packages/vpn.scm b/glicid/packages/vpn.scm index b55937f..d743477 100644 --- a/glicid/packages/vpn.scm +++ b/glicid/packages/vpn.scm @@ -20,7 +20,7 @@ #:use-module (gnu packages xorg) ) -(define %netbird-version "0.43.0") +(define %netbird-version "0.43.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 "1zfnadjmdp3ggw0glspxnn3llyga49mkpjcgr0vm1vl8l3y48p81")))) + (sha256 (base32 "0cvrp95q6l696d6xqy9xzwp1zhxpix4wn1l7sxbxj9zpqxwlghs0")))) (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 "1dgf4hakl0d2rb1hwazsgm7iwl5d7napj95f5rc0jzql803b8r0l")))) + (sha256 (base32 "1vmyz2h4qimb9d6jz9jckbplll68vd0mr237wqn0irwa3pnaih3j")))) (build-system binary-build-system) (inputs (list libx11 libglvnd)) (arguments