From 25bcda2b9107b948a1c858e41aba1b7f95b76228 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Sun, 3 Mar 2024 13:33:11 +0100 Subject: nongnu: Update vscodium to 1.87.0.24060. * nongnu/packages/editors.scm (vscodium): Update to 1.87.0.24060. Signed-off-by: Jonathan Brielmaier --- nongnu/packages/editors.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nongnu') diff --git a/nongnu/packages/editors.scm b/nongnu/packages/editors.scm index 6b35962..d07bf1d 100644 --- a/nongnu/packages/editors.scm +++ b/nongnu/packages/editors.scm @@ -14,7 +14,7 @@ (define-public vscodium (package (name "vscodium") - (version "1.85.2.24019") + (version "1.87.0.24060") (source (origin (method url-fetch) @@ -27,7 +27,7 @@ "https://github.com/VSCodium/vscodium/releases/download/" version "/VSCodium-linux-" arch "-" version ".tar.gz"))) (sha256 - (base32 "0nd9hipz1jhjdv6hrm6q2jpppanh8nmkpy9zpayymy4dwif8a49q")))) + (base32 "1lw7j8h0i96mg8si8dmi55ldbz5j63zb93qf1g59siavx84f1zpd")))) (build-system chromium-binary-build-system) (arguments (list #:validate-runpath? #f ; TODO: fails on wrapped binary and included other files -- cgit v1.2.3