bump netbird to 0.30.3

This commit is contained in:
Jean-François GUILLAUME 2024-10-24 20:21:29 +00:00
commit e4e85f3f9e

View file

@ -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