mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
nongnu: anydesk: Update to 6.3.0
This commit is contained in:
parent
2fca3e2ec7
commit
4c57d237c9
1 changed files with 2 additions and 2 deletions
|
@ -21,14 +21,14 @@
|
||||||
(define-public anydesk
|
(define-public anydesk
|
||||||
(package
|
(package
|
||||||
(name "anydesk")
|
(name "anydesk")
|
||||||
(version "6.1.1")
|
(version "6.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.anydesk.com/linux/anydesk-"
|
(uri (string-append "https://download.anydesk.com/linux/anydesk-"
|
||||||
version "-amd64.tar.gz"))
|
version "-amd64.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ai58fsivb8al1279bayl800qavy0kfj40rjhf87g902ap3p4bhh"))))
|
"0lp4zvbdriwbzfnvblbbpzxsrs0l425rha9qjs9sy6ff6myk7qxi"))))
|
||||||
(build-system binary-build-system)
|
(build-system binary-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:validate-runpath? #f
|
`(#:validate-runpath? #f
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue