From b5815133d6e6ea08bc881ad7ac6fac36fcd72034 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Thu, 24 Oct 2024 22:20:04 +0200 Subject: [PATCH] bump netbird to 0.30.3 --- glicid/packages/vpn.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/glicid/packages/vpn.scm b/glicid/packages/vpn.scm index 1885e94..d498cfb 100644 --- a/glicid/packages/vpn.scm +++ b/glicid/packages/vpn.scm @@ -19,7 +19,7 @@ #:use-module (gnu packages xorg) ) -(define %netbird-version "0.30.2") +(define %netbird-version "0.30.3") (define-public netbird-cli (package @@ -28,7 +28,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 "0ydmvq5q5f4ga2b8ms4aiiwkla27c0s6lps3sadzhjzn0j36l45n")))) + (sha256 (base32 "0bdszkkl2y1r0jqljkkia3pppw8ymsyd2d83qdkvc0cvc3ycnsh8")))) (build-system copy-build-system) (arguments `(#:install-plan `(("netbird" "/bin/")))) @@ -50,7 +50,7 @@ Secure. NetBird enables secure remote access by applying granular access policie (url "https://github.com/netbirdio/netbird") (commit (string-append "v" version)))) (file-name (git-file-name name version)) - (sha256 (base32 "1q8vsk2hmb0mq3553vhss1cad7z0hj7055n4ga6bh3x7wmx13wph")))) + (sha256 (base32 "19xyw6vxwag4w71zm998jjlv19cvrgwrzlpq0jrhbm8yf8jpjvs8")))) (build-system go-build-system) (native-inputs (list go-github-com-cenkalti-backoff-v4 go-github-com-ayufan-golang-kardianos-service @@ -98,7 +98,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 "06261pqrgpmr4macrcp5d2052i5rhgq87a7l64w9hjn0dh6wg6rc")))) + (sha256 (base32 "05zgibbjwgmffdxz9b4ikiw06rdpp20ccpxq87286m4vwl4ad907")))) (build-system binary-build-system) (inputs (list libx11 libglvnd)) (arguments