summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiacomo Leidi <goodoldpaul@autistici.org>2023-07-16 15:25:42 +0200
committerJohn Kehayias <john.kehayias@protonmail.com>2023-09-07 23:59:14 -0400
commit6f31422f84965788311cad8cf98538cddafc6ac8 (patch)
treece61d5dd7f175404938b2cf1d07e9dad875f9978
parenta922d5be64de13d332b105e50a13d932423035f8 (diff)
nongnu: vscodium: Update to 1.81.1.23222.
* nongnu/packages/editors (vscodium): Update to 1.81.1.23222. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
-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 b87ea1d..7c4fe60 100644
--- a/nongnu/packages/editors.scm
+++ b/nongnu/packages/editors.scm
@@ -13,7 +13,7 @@
(define-public vscodium
(package
(name "vscodium")
- (version "1.78.2.23132")
+ (version "1.81.1.23222")
(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 "0ymgy0xisfxqrrmwpy0ga2rhlzhxqq39ppjfawxaf0dfdnkhgkgr"))))
+ (base32 "0wx53ajjwil82s3nl6wvpdf01mh33yqasf1ia54s1rfzz10fa1m6"))))
(build-system chromium-binary-build-system)
(arguments
(list #:validate-runpath? #f ; TODO: fails on wrapped binary and included other files