mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
updating netbird service to be launched multiple time
This commit is contained in:
parent
b35d290dae
commit
edd4baede6
1 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@
|
|||
#:use-module (gnu packages xorg)
|
||||
)
|
||||
|
||||
(define %netbird-version "0.30.3")
|
||||
(define %netbird-version "0.31.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 "0bdszkkl2y1r0jqljkkia3pppw8ymsyd2d83qdkvc0cvc3ycnsh8"))))
|
||||
(sha256 (base32 "0mxy2xr5rjmvqp31ca953xxa49zz3k7jj9xmpxabjgj2d6k483w4"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
`(#:install-plan `(("netbird" "/bin/"))))
|
||||
|
@ -51,7 +51,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 "19xyw6vxwag4w71zm998jjlv19cvrgwrzlpq0jrhbm8yf8jpjvs8"))))
|
||||
(sha256 (base32 "0hgshjvy6499nfb98pga71c16f6gpnhc1m7h07nrvqlsb4hj4ykv"))))
|
||||
(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 @@ 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 "05zgibbjwgmffdxz9b4ikiw06rdpp20ccpxq87286m4vwl4ad907"))))
|
||||
(sha256 (base32 "1nfh1i173q5cv654cqpg33f11i8rp0jcwqrq7ypd15mgvqm2d8p5"))))
|
||||
(build-system binary-build-system)
|
||||
(inputs (list libx11 libglvnd))
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Reference in a new issue