summaryrefslogtreecommitdiff
path: root/nongnu/packages/mozilla.scm
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2024-12-12 18:11:34 +0100
committerHilton Chain <hako@ultrarare.space>2024-12-13 13:08:15 +0800
commit10e3c2bcaedaba121eec0e255d366a080082cf0a (patch)
tree74e6dcfc9c24087a7725a7be5605189996fb37fb /nongnu/packages/mozilla.scm
parente81013943d8c2bbab13e078fabe7ea357a0d37b1 (diff)
nongnu: firefox-esr: Update to 128.5.2esr.
* nongnu/packages/mozilla.scm (firefox-esr): Update to 128.5.2esr. Signed-off-by: Hilton Chain <hako@ultrarare.space>
Diffstat (limited to 'nongnu/packages/mozilla.scm')
-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 9103c0a..a06b2af 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -86,19 +86,19 @@
86 86
87;; Update this id with every firefox update to its release date. 87;; Update this id with every firefox update to its release date.
88;; It's used for cache validation and therefore can lead to strange bugs. 88;; It's used for cache validation and therefore can lead to strange bugs.
89(define %firefox-esr-build-id "20241129000000") 89(define %firefox-esr-build-id "20241212121753")
90 90
91(define-public firefox-esr 91(define-public firefox-esr
92 (package 92 (package
93 (name "firefox-esr") 93 (name "firefox-esr")
94 (version "128.5.1esr") 94 (version "128.5.2esr")
95 (source 95 (source
96 (origin 96 (origin
97 (method url-fetch) 97 (method url-fetch)
98 (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" 98 (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
99 version "/source/firefox-" version ".source.tar.xz")) 99 version "/source/firefox-" version ".source.tar.xz"))
100 (sha256 100 (sha256
101 (base32 "1awl0yhcv693q23p6zw9rw40gicpp6pakbx616qsl5w85d2arijz")) 101 (base32 "13rmd16ib5s9bm4yyr5q4i8dayaq38fglr4c9fjbv729h7mk7mi5"))
102 (patches 102 (patches
103 (map (lambda (patch) 103 (map (lambda (patch)
104 (search-path 104 (search-path