diff options
| author | Tomas Volf <~@wolfsden.cz> | 2026-02-08 15:27:11 +0100 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2026-02-10 10:46:27 +0800 |
| commit | 2a4baaabda2779696affaa1708a8a1e78e70cb52 (patch) | |
| tree | 6928b34a3bb37a4371e9a80a29bbcd76047057ff /nongnu/packages | |
| parent | 8975975a1cc1898de7653f519e45a0fd67fed2c9 (diff) | |
nongnu: firefox: Update to 147.0.3.
* nongnu/packages/mozilla.scm (firefox): Update to 147.0.3.
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Diffstat (limited to 'nongnu/packages')
| -rw-r--r-- | nongnu/packages/mozilla.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index 043d7f1..691033e 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -529,20 +529,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 "20260126221405") +(define %firefox-build-id "20260203174821") (define-public firefox (package (inherit firefox-esr) (name "firefox") - (version "147.0.2") + (version "147.0.3") (source (origin (method url-fetch) (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" version "/source/firefox-" version ".source.tar.xz")) (sha256 - (base32 "1na2v48nv0wqkh9gjbh9xqw62wy6a215cvlxl08pac8vqcs3v7b8")) + (base32 "064w9nk928jydig31ph18k93ain152nabv6fgl3zz20sslb8m8xz")) (patches (map (lambda (patch) (search-path |
