mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 16:38:09 +01:00
nongnu: Update vscodium to 1.87.0.24060.
* nongnu/packages/editors.scm (vscodium): Update to 1.87.0.24060. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
937598e1f2
commit
25bcda2b91
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
(define-public vscodium
|
(define-public vscodium
|
||||||
(package
|
(package
|
||||||
(name "vscodium")
|
(name "vscodium")
|
||||||
(version "1.85.2.24019")
|
(version "1.87.0.24060")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
"https://github.com/VSCodium/vscodium/releases/download/" version
|
"https://github.com/VSCodium/vscodium/releases/download/" version
|
||||||
"/VSCodium-linux-" arch "-" version ".tar.gz")))
|
"/VSCodium-linux-" arch "-" version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0nd9hipz1jhjdv6hrm6q2jpppanh8nmkpy9zpayymy4dwif8a49q"))))
|
(base32 "1lw7j8h0i96mg8si8dmi55ldbz5j63zb93qf1g59siavx84f1zpd"))))
|
||||||
(build-system chromium-binary-build-system)
|
(build-system chromium-binary-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:validate-runpath? #f ; TODO: fails on wrapped binary and included other files
|
(list #:validate-runpath? #f ; TODO: fails on wrapped binary and included other files
|
||||||
|
|
Loading…
Reference in a new issue