From bbe978f5024bc2f7d8123bb98a716d8e4736fa1d Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Wed, 18 Jun 2025 23:12:09 +0200 Subject: [PATCH] bump netbird to 0.47.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 36d86ed..d4b8609 100644 --- a/glicid/packages/vpn.scm +++ b/glicid/packages/vpn.scm @@ -20,7 +20,7 @@ #:use-module (gnu packages xorg) ) -(define %netbird-version "0.46.0") +(define %netbird-version "0.47.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 "12rpd7ai2zl5k73sikms6asgv2x0m68abl6w874j0kqyva2q1rf2")))) + (sha256 (base32 "0hdm6ij6g99793vqv88hxw86ra30918rfnlf33h9ddh57h62aknx")))) (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 "02718pm4ds24bvmcf5kgalwlzi8f5paf81fn8wdsnpb5rr9p2634")))) + (sha256 (base32 "1paygvphl699kyprjccjfpphaxzlcrkfcqkb3dw75xv99nznzndh")))) (build-system binary-build-system) (inputs (list libx11 libglvnd)) (arguments