summaryrefslogtreecommitdiff
path: root/nongnu
diff options
context:
space:
mode:
authorGiacomo Leidi <goodoldpaul@autistici.org>2023-12-10 16:04:23 +0100
committerJohn Kehayias <john.kehayias@protonmail.com>2023-12-11 20:38:54 -0500
commite3694f827b96b523dc9dd980790ccd29c7a038a5 (patch)
tree35e702a5b2424d8a62a27a83301af60dc5fbf46c /nongnu
parent36ebf117dd48623360adf9aecd19d677ad22af95 (diff)
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>
Diffstat (limited to 'nongnu')
-rw-r--r--nongnu/packages/editors.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/nongnu/packages/editors.scm b/nongnu/packages/editors.scm
index 7c4fe60..d9a5c0a 100644
--- a/nongnu/packages/editors.scm
+++ b/nongnu/packages/editors.scm
@@ -13,7 +13,7 @@
(define-public vscodium
(package
(name "vscodium")
- (version "1.81.1.23222")
+ (version "1.85.0.23343")
(source
(origin
(method url-fetch)
@@ -22,7 +22,7 @@
"https://github.com/VSCodium/vscodium/releases/download/" version
"/VSCodium-linux-x64-" version ".tar.gz"))
(sha256
- (base32 "0wx53ajjwil82s3nl6wvpdf01mh33yqasf1ia54s1rfzz10fa1m6"))))
+ (base32 "16m7a2j9rmnp9pqpyyy2dx09paj1qh0h4gb1dhhwakw7w0zjlxn5"))))
(build-system chromium-binary-build-system)
(arguments
(list #:validate-runpath? #f ; TODO: fails on wrapped binary and included other files