From cce7caa348a27d954869d8e833242c7a0f47ea59 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Wed, 29 Jan 2025 09:50:08 +0100 Subject: [PATCH] bump netbird to 0.36.5 --- 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 d6a9413..f728a68 100644 --- a/glicid/packages/vpn.scm +++ b/glicid/packages/vpn.scm @@ -20,7 +20,7 @@ #:use-module (gnu packages xorg) ) -(define %netbird-version "0.36.3") +(define %netbird-version "0.36.5") (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 @@ Secure. NetBird enables secure remote access by applying granular access policie (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 "0i6jrz6db6f7iqadvlpzxscgg6qiban65iy7zb209nq56cxcwb50")))) + (sha256 (base32 "1c6c67dmrzw8mqm8ljp33gnqg5wgr8g4jd18ka430dw41lwcqqzc")))) (build-system copy-build-system) (arguments `(#:install-plan `(("netbird" "/bin/")))) @@ -52,7 +52,7 @@ Secure. NetBird enables secure remote access by applying granular access policie (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 "0k4wycfbdzwfgyrkwy5qsg0vsnj5d68nlly333j8l7hdl6yb6ppn")))) + (sha256 (base32 "14kgszq58zjvvns8r2rnxynzzmg1byzglz8alr27qyv24c8d7pdw")))) (build-system binary-build-system) (inputs (list libx11 libglvnd)) (arguments