summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2024-03-03 13:33:11 +0100
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2024-03-03 21:10:46 +0100
commit25bcda2b9107b948a1c858e41aba1b7f95b76228 (patch)
tree4c4875c76fa81e79cab9ac354a53a3ec40a2a57e
parent937598e1f23ea59306fdae9763afeff837c13f0f (diff)
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>
-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 6b35962..d07bf1d 100644
--- a/nongnu/packages/editors.scm
+++ b/nongnu/packages/editors.scm
@@ -14,7 +14,7 @@
14(define-public vscodium 14(define-public vscodium
15 (package 15 (package
16 (name "vscodium") 16 (name "vscodium")
17 (version "1.85.2.24019") 17 (version "1.87.0.24060")
18 (source 18 (source
19 (origin 19 (origin
20 (method url-fetch) 20 (method url-fetch)
@@ -27,7 +27,7 @@
27 "https://github.com/VSCodium/vscodium/releases/download/" version 27 "https://github.com/VSCodium/vscodium/releases/download/" version
28 "/VSCodium-linux-" arch "-" version ".tar.gz"))) 28 "/VSCodium-linux-" arch "-" version ".tar.gz")))
29 (sha256 29 (sha256
30 (base32 "0nd9hipz1jhjdv6hrm6q2jpppanh8nmkpy9zpayymy4dwif8a49q")))) 30 (base32 "1lw7j8h0i96mg8si8dmi55ldbz5j63zb93qf1g59siavx84f1zpd"))))
31 (build-system chromium-binary-build-system) 31 (build-system chromium-binary-build-system)
32 (arguments 32 (arguments
33 (list #:validate-runpath? #f ; TODO: fails on wrapped binary and included other files 33 (list #:validate-runpath? #f ; TODO: fails on wrapped binary and included other files