From 4df5ee3e7d0c8878dab638847e56acb6ac3954fe Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Tue, 20 May 2025 10:44:22 +0200 Subject: [PATCH] bump netbird to 0.44.0 --- 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 8aea59e..11c8fd4 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.3") +(define %netbird-version "0.44.0") (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 "175kdxz6x7spvrdqk6ml51jkj4gff8g3scgvpykg5ygrxyp32cck")))) + (sha256 (base32 "09s5p48knpd7jrb405raq25kxf7lk28kynahlg0vb28jipjz765y")))) (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 "1j3s8s3445wj38pbp9z1njp3adl7wqmxnpxa77wgqzw721y7ipax")))) + (sha256 (base32 "0cq06z7vf3sq78i5c36r9hj6vnyslilkil2dxg4nnys2rjpvccw0")))) (build-system binary-build-system) (inputs (list libx11 libglvnd)) (arguments