diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2025-06-12 18:24:20 -0400 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-06-12 18:24:20 -0400 |
commit | 473e5a62cd512cc0d5b4ac2c33be0bc0d0379435 (patch) | |
tree | f4f2faab086a98e685d8c65db87f6f4366f54a4a | |
parent | 5516beb575f3cff3cba249b720b9294b13b64227 (diff) |
gnu: element-desktop: Update to 1.11.103 [security fixes].
Fixes CVE-2025-48937; previous versions fixed CVE-2025-32026.
* nongnu/packages/messaging.scm (element-desktop): Update to 1.11.103.
-rw-r--r-- | nongnu/packages/messaging.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nongnu/packages/messaging.scm b/nongnu/packages/messaging.scm index e8cf58a4..12d88625 100644 --- a/nongnu/packages/messaging.scm +++ b/nongnu/packages/messaging.scm @@ -1,6 +1,6 @@ ;;; SPDX-License-Identifier: GPL-3.0-or-later ;;; Copyright © 2021, 2022 PantherX OS Team <team@pantherx.org> -;;; Copyright © 2022, 2023, 2024, 2025 John Kehayias <john.kehayias@protonmail.com> +;;; Copyright © 2022-2025 John Kehayias <john.kehayias@protonmail.com> ;;; Copyright © 2022 Evgenii Lepikhin <johnlepikhin@gmail.com> ;;; Copyright © 2023 Giacomo Leidi <goodoldpaul@autistici.org> ;;; Copyright © 2023 Raven Hallsby <karl@hallsby.org> @@ -37,7 +37,7 @@ (define-public element-desktop (package (name "element-desktop") - (version "1.11.95") + (version "1.11.103") (source (origin (method url-fetch) @@ -46,7 +46,7 @@ "https://packages.riot.im/debian/pool/main/e/" name "/" name "_" version "_amd64.deb")) (sha256 - (base32 "1rbzf6xq1r2hjiy0khgp3w2140xhgk9y13ajv8p8vi1xqdbhibvz")))) + (base32 "1apnj9n428lc9cw6jlmnqhcywqd6fnplkj3j5k731f2dzvzaifs6")))) (supported-systems '("x86_64-linux")) (build-system chromium-binary-build-system) (arguments |