mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
bump netbird to 0.34.1
This commit is contained in:
commit
d608028fd1
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
||||||
#:use-module (gnu packages xorg)
|
#:use-module (gnu packages xorg)
|
||||||
)
|
)
|
||||||
|
|
||||||
(define %netbird-version "0.34.0")
|
(define %netbird-version "0.34.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 "0a74k1mrv2k52dranvvdsm65fgz635gp7i277y4h5jx59xrdsv3f"))))
|
(sha256 (base32 "1sravq0knvsaa7b1rcw2rbdnpkpmlgda9db1gq43rrmsbyy3qfqv"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:install-plan `(("netbird" "/bin/"))))
|
`(#:install-plan `(("netbird" "/bin/"))))
|
||||||
|
@ -48,7 +48,7 @@ Secure. NetBird enables secure remote access by applying granular access policie
|
||||||
(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 "0b0d1d83qxmg082s0lfzqrshx8z5nvmzkz0svpkgi6d63dr4sjli"))))
|
(sha256 (base32 "0ql504nyf9rwxm91zb7mizhsnhmgimg9a6a862c352h8g3d33dfw"))))
|
||||||
(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