diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2025-01-08 14:46:11 -0500 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-01-08 14:48:30 -0500 |
commit | 3813013d69873a83038d45311a94636741f45a9e (patch) | |
tree | 3054dae3bc1a37c8ec3a1817849abed3114d09a5 | |
parent | 83f204058791282372f87d87bdcb64e848015e61 (diff) |
nongnu: element-desktop: Update to 1.11.89 [security fixes].
Previous versions fixed CVE-2024-47771, CVE-2024-51750, CVE-2024-51749, and
CVE-2024-50336.
* nongnu/packages/messaging.scm (element-desktop): Update to 1.11.89.
-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 ee323dbc..fc956807 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 John Kehayias <john.kehayias@protonmail.com> +;;; Copyright © 2022, 2023, 2024, 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> @@ -36,7 +36,7 @@ (define-public element-desktop (package (name "element-desktop") - (version "1.11.77") + (version "1.11.89") (source (origin (method url-fetch) @@ -45,7 +45,7 @@ "https://packages.riot.im/debian/pool/main/e/" name "/" name "_" version "_amd64.deb")) (sha256 - (base32 "1q70k071dn5vpqyimjaawlycbvd1q888arzy3xby1viwq20scg6x")))) + (base32 "0riavl8qq59s45xxdk0s1n6i1wymsx1zfdz5dp3ccr8xpzw77abq")))) (supported-systems '("x86_64-linux")) (build-system chromium-binary-build-system) (arguments |