mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
nongnu: vscodium: Update to 1.85.0.23343.
* nongnu/packages/editors (vscodium): Update to 1.85.0.23343. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
36ebf117dd
commit
e3694f827b
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
(define-public vscodium
|
(define-public vscodium
|
||||||
(package
|
(package
|
||||||
(name "vscodium")
|
(name "vscodium")
|
||||||
(version "1.81.1.23222")
|
(version "1.85.0.23343")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
"https://github.com/VSCodium/vscodium/releases/download/" version
|
"https://github.com/VSCodium/vscodium/releases/download/" version
|
||||||
"/VSCodium-linux-x64-" version ".tar.gz"))
|
"/VSCodium-linux-x64-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0wx53ajjwil82s3nl6wvpdf01mh33yqasf1ia54s1rfzz10fa1m6"))))
|
(base32 "16m7a2j9rmnp9pqpyyy2dx09paj1qh0h4gb1dhhwakw7w0zjlxn5"))))
|
||||||
(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