mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
bump netbird to 0.31.1
This commit is contained in:
commit
f728aa35f1
1 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@
|
||||||
#:use-module (gnu packages xorg)
|
#:use-module (gnu packages xorg)
|
||||||
)
|
)
|
||||||
|
|
||||||
(define %netbird-version "0.31.0")
|
(define %netbird-version "0.31.1")
|
||||||
|
|
||||||
(define-public netbird-cli
|
(define-public netbird-cli
|
||||||
(package
|
(package
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/netbirdio/netbird/releases/download/v" version "/netbird_" version "_linux_amd64.tar.gz"))
|
(uri (string-append "https://github.com/netbirdio/netbird/releases/download/v" version "/netbird_" version "_linux_amd64.tar.gz"))
|
||||||
(sha256 (base32 "0mxy2xr5rjmvqp31ca953xxa49zz3k7jj9xmpxabjgj2d6k483w4"))))
|
(sha256 (base32 "0j0yc18yx6dgam4jd8mz105fnldcf8zjx875gyjr79p05z7lzx60"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:install-plan `(("netbird" "/bin/"))))
|
`(#:install-plan `(("netbird" "/bin/"))))
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
(url "https://github.com/netbirdio/netbird")
|
(url "https://github.com/netbirdio/netbird")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256 (base32 "0hgshjvy6499nfb98pga71c16f6gpnhc1m7h07nrvqlsb4hj4ykv"))))
|
(sha256 (base32 "0dkhx2q5mm0wk00yrdc2sqd7lqmmkdxjcd3rzwab7hcgg8p368xm"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(native-inputs (list go-github-com-cenkalti-backoff-v4
|
(native-inputs (list go-github-com-cenkalti-backoff-v4
|
||||||
go-github-com-ayufan-golang-kardianos-service
|
go-github-com-ayufan-golang-kardianos-service
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/netbirdio/netbird/releases/download/v" version "/netbird-ui-linux_" version "_linux_amd64.tar.gz"))
|
(uri (string-append "https://github.com/netbirdio/netbird/releases/download/v" version "/netbird-ui-linux_" version "_linux_amd64.tar.gz"))
|
||||||
(sha256 (base32 "1nfh1i173q5cv654cqpg33f11i8rp0jcwqrq7ypd15mgvqm2d8p5"))))
|
(sha256 (base32 "167m8ssj90b08p40q2aczf1ndji6ls7c0m93lrhrjr4fkhbizl4g"))))
|
||||||
(build-system binary-build-system)
|
(build-system binary-build-system)
|
||||||
(inputs (list libx11 libglvnd))
|
(inputs (list libx11 libglvnd))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Reference in a new issue