From 3b66965566fe8c96edb5a41fd39a9e5a90ad9b61 Mon Sep 17 00:00:00 2001 From: Tomas Volf <~@wolfsden.cz> Date: Thu, 9 Jul 2026 00:08:35 +0200 Subject: nongnu: firefox: Update to 152.0.5 [security fixes]. Fixes CVE-2026-14241. * nongnu/packages/mozilla.scm (firefox): Update to 152.0.5. Signed-off-by: John Kehayias --- nongnu/packages/mozilla.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index 7272b23..439697a 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -526,20 +526,20 @@ Release (ESR) version.") ;; 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 "20260625124405") +(define %firefox-build-id "20260706221127") (define-public firefox (package (inherit firefox-esr) (name "firefox") - (version "152.0.3") + (version "152.0.5") (source (origin (method url-fetch) (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" version "/source/firefox-" version ".source.tar.xz")) (sha256 - (base32 "1ivy50zxynjm2ssl3kcbkzi1qwkpa1hdffrg95q7i31kphlwarm2")) + (base32 "095j5jnv15qh4iqcvzz4nj290wp6y48zwr8n0z239266baq420qa")) (patches (nongnu-patches "firefox-restore-desktop-files.patch" -- cgit v1.2.3