diff options
Diffstat (limited to 'nongnu')
| -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 2eaa711..085d65f 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm | |||
| @@ -526,20 +526,20 @@ Release (ESR) version.") | |||
| 526 | 526 | ||
| 527 | ;; Update this id with every firefox update to its release date. | 527 | ;; Update this id with every firefox update to its release date. |
| 528 | ;; It's used for cache validation and therefore can lead to strange bugs. | 528 | ;; It's used for cache validation and therefore can lead to strange bugs. |
| 529 | (define %firefox-build-id "20260706221127") | 529 | (define %firefox-build-id "20260714035250") |
| 530 | 530 | ||
| 531 | (define-public firefox | 531 | (define-public firefox |
| 532 | (package | 532 | (package |
| 533 | (inherit firefox-esr) | 533 | (inherit firefox-esr) |
| 534 | (name "firefox") | 534 | (name "firefox") |
| 535 | (version "152.0.5") | 535 | (version "152.0.6") |
| 536 | (source | 536 | (source |
| 537 | (origin | 537 | (origin |
| 538 | (method url-fetch) | 538 | (method url-fetch) |
| 539 | (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" | 539 | (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" |
| 540 | version "/source/firefox-" version ".source.tar.xz")) | 540 | version "/source/firefox-" version ".source.tar.xz")) |
| 541 | (sha256 | 541 | (sha256 |
| 542 | (base32 "095j5jnv15qh4iqcvzz4nj290wp6y48zwr8n0z239266baq420qa")) | 542 | (base32 "03hgcrhdc56qiy1f5b8ps2z7vc5fqk9xznp642mfvm0rim7hq8pa")) |
| 543 | (patches | 543 | (patches |
| 544 | (nongnu-patches | 544 | (nongnu-patches |
| 545 | "firefox-restore-desktop-files.patch" | 545 | "firefox-restore-desktop-files.patch" |
