summaryrefslogtreecommitdiff
path: root/nongnu/packages
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2023-11-21 16:25:44 +0100
committerJohn Kehayias <john.kehayias@protonmail.com>2023-11-21 20:38:34 -0500
commit62823fe0376c8912a88d4544ae970a61aea0b2ab (patch)
tree0ba14f9d2310c529503237398a88edeea7894179 /nongnu/packages
parent41b135378f899de0f83067d0861acccf5c31d01e (diff)
nongnu: firefox: Update to 120.0 [security fixes].
Fixes CVE-2023-6204, CVE-2023-6205, CVE-2023-6206, CVE-2023-6207, CVE-2023-6208, CVE-2023-6209, CVE-2023-6210, CVE-2023-6211, CVE-2023-6212, CVE-2023-6213. * nongnu/packages/mozilla.scm (firefox): Update to 120.0. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
Diffstat (limited to 'nongnu/packages')
-rw-r--r--nongnu/packages/mozilla.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm
index 2a0502a..23aedca 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -532,20 +532,20 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n"
;; Update this id with every firefox update to its release date.
;; It's used for cache validation and therefore can lead to strange bugs.
-(define %firefox-build-id "20231106222410")
+(define %firefox-build-id "20231120133139")
(define-public firefox
(package
(inherit firefox-esr)
(name "firefox")
- (version "119.0.1")
+ (version "120.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
version "/source/firefox-" version ".source.tar.xz"))
(sha256
- (base32 "0w3zn35s4lak884f8xvy3fwyfxx127sifxm1x5kp9sb0n3547k28"))))
+ (base32 "0x5myq36k3fmvidp6kwq4yh5hj15awndapwzr99xlkh7063ha477"))))
(arguments
(substitute-keyword-arguments (package-arguments firefox-esr)
((#:phases phases)