From d391032328c2e38117c167d03d2ee036bfd9e52f Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Mon, 14 Apr 2025 12:24:28 +0200 Subject: [PATCH] bump netbird to 0.41.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 35b6c57..78745c8 100644 --- a/glicid/packages/vpn.scm +++ b/glicid/packages/vpn.scm @@ -20,7 +20,7 @@ #:use-module (gnu packages xorg) ) -(define %netbird-version "0.40.1") +(define %netbird-version "0.41.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 "0c2mwqvfp1r6nynac0c6pl3i0lwn11dkgjvyag7my472fzz3c43i")))) + (sha256 (base32 "1fqrvcqjyyc4ag04d4jfic2kym1k4vl0011lrqwaxpdn0m0mgc7a")))) (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 "1fnlp6nrdc4a5rpg945hl1kr480kxh0bs84bm8mqm1qryp07w9iq")))) + (sha256 (base32 "1w8yl73k6k34hh41dxpy5h7gna8y2ynp7y0h6bk0spcnsdcnqhkv")))) (build-system binary-build-system) (inputs (list libx11 libglvnd)) (arguments