diff --git a/glicid/packages/vpn.scm b/glicid/packages/vpn.scm index f728a68..d086093 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.5") +(define %netbird-version "0.36.7") (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 "1c6c67dmrzw8mqm8ljp33gnqg5wgr8g4jd18ka430dw41lwcqqzc")))) + (sha256 (base32 "1yxnwma56fs74c83qn8fmfnf9yyzaq22nknlvjb9z64fh2vmh0ni")))) (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 "14kgszq58zjvvns8r2rnxynzzmg1byzglz8alr27qyv24c8d7pdw")))) + (sha256 (base32 "01g6s2vbqqzwjynf3sfmva45v76kmr75jcv0y96dhpq0xjnpsaqn")))) (build-system binary-build-system) (inputs (list libx11 libglvnd)) (arguments