summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 02367a7..68a7420 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 "20260406133250") 529(define %firefox-build-id "20260427192124")
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 "149.0.2") 535 (version "150.0.1")
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 "1kkhg3lgyakinn5ankxrlxbf39wi61mqbhwrj1l4q5l7y0n1m4va")) 542 (base32 "1v3fbwvd0khm3xwsgwcp6wpwmkz0v6fyk37hxj0mqkwjimqgmkra"))
543 (patches 543 (patches
544 (nongnu-patches 544 (nongnu-patches
545 "firefox-restore-desktop-files.patch" 545 "firefox-restore-desktop-files.patch"