summaryrefslogtreecommitdiff
path: root/nongnu
diff options
context:
space:
mode:
Diffstat (limited to 'nongnu')
-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 241feb6..5ac0a61 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -88,19 +88,19 @@
88 88
89;; Update this id with every firefox update to its release date. 89;; Update this id with every firefox update to its release date.
90;; It's used for cache validation and therefore can lead to strange bugs. 90;; It's used for cache validation and therefore can lead to strange bugs.
91(define %firefox-esr-build-id "20260720102245") 91(define %firefox-esr-build-id "20260817120339")
92 92
93(define-public firefox-esr 93(define-public firefox-esr
94 (package 94 (package
95 (name "firefox-esr") 95 (name "firefox-esr")
96 (version "153.0esr") 96 (version "153.1.0esr")
97 (source 97 (source
98 (origin 98 (origin
99 (method url-fetch) 99 (method url-fetch)
100 (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" 100 (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
101 version "/source/firefox-" version ".source.tar.xz")) 101 version "/source/firefox-" version ".source.tar.xz"))
102 (sha256 102 (sha256
103 (base32 "1dbcc80wq1354pzy6wg17gm81qiddyf5b3384fva865ivkgdkqyv")) 103 (base32 "1bf70xj9an9iy726i8k42h50mvcmwrd7jnhzy2hmr8nxchkcpbbp"))
104 (patches 104 (patches
105 (nongnu-patches 105 (nongnu-patches
106 "firefox-add-store-to-rdd-allowlist.patch" 106 "firefox-add-store-to-rdd-allowlist.patch"