summaryrefslogtreecommitdiff
path: root/nongnu/packages
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2026-02-16 16:16:59 +0100
committerJohn Kehayias <john.kehayias@protonmail.com>2026-02-16 12:42:49 -0500
commit440b07a4e0e2722b03389b793346ac841e7c1de6 (patch)
tree6b99036e003cdd5b23433fcf7f109b9583388177 /nongnu/packages
parentbbbc850e8a94833c9958625eb4c78a206fbacc1d (diff)
nongnu: firefox: Update to 147.0.4 [security fixes].
Fixes CVE-2026-2447. * nongnu/packages/mozilla.scm (firefox): Update to 147.0.4. 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 3f165e1..a4ca650 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 "20260203174821")
+(define %firefox-build-id "20260216125045")
(define-public firefox
(package
(inherit firefox-esr)
(name "firefox")
- (version "147.0.3")
+ (version "147.0.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
version "/source/firefox-" version ".source.tar.xz"))
(sha256
- (base32 "064w9nk928jydig31ph18k93ain152nabv6fgl3zz20sslb8m8xz"))
+ (base32 "1xwl5vc7504gx15yj0kvrxn3k250sja22d8j6dyrhxxican441xw"))
(patches
(nongnu-patches
"firefox-restore-desktop-files.patch"