bump netbird to 0.32.0

This commit is contained in:
Jean-François GUILLAUME 2024-11-16 17:02:52 +01:00
parent 707dde9278
commit 0a2194ad72
GPG key ID: 38751DAE145EFB5A

View file

@ -20,7 +20,7 @@
#:use-module (gnu packages xorg)
)
(define %netbird-version "0.31.1")
(define %netbird-version "0.32.0")
(define-public netbird-cli
(package
@ -29,7 +29,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 "0j0yc18yx6dgam4jd8mz105fnldcf8zjx875gyjr79p05z7lzx60"))))
(sha256 (base32 "1xqqbr35cwl6ip8lxlc3gxx61s4g2wmgw3qy97y3ibcimy7arcyc"))))
(build-system copy-build-system)
(arguments
`(#:install-plan `(("netbird" "/bin/"))))
@ -51,7 +51,7 @@
(url "https://github.com/netbirdio/netbird")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (base32 "0dkhx2q5mm0wk00yrdc2sqd7lqmmkdxjcd3rzwab7hcgg8p368xm"))))
(sha256 (base32 "16nhzhz48gd40drm3g9db9fww076bk6cxv5lxlrynmnjdy3f339j"))))
(build-system go-build-system)
(native-inputs (list go-github-com-cenkalti-backoff-v4
go-github-com-ayufan-golang-kardianos-service
@ -99,7 +99,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 "167m8ssj90b08p40q2aczf1ndji6ls7c0m93lrhrjr4fkhbizl4g"))))
(sha256 (base32 "1z3ag84m3psj7g3gsvymp6wnb5k9sf68xqn7xz9vx775lc4vlh9r"))))
(build-system binary-build-system)
(inputs (list libx11 libglvnd))
(arguments
@ -113,7 +113,6 @@
(home-page "https://github.com/netbirdio/netbird")
(license license:expat)))
(define-public go-gopkg-in-natefinch-lumberjack.v2
(package
(name "go-gopkg-in-natefinch-lumberjack.v2")