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 88d47ec..2a89ee2 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -551,13 +551,13 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n"
551 551
552;; Update this id with every firefox update to its release date. 552;; Update this id with every firefox update to its release date.
553;; It's used for cache validation and therefore can lead to strange bugs. 553;; It's used for cache validation and therefore can lead to strange bugs.
554(define %firefox-build-id "20250120192449") 554(define %firefox-build-id "20250203132324")
555 555
556(define-public firefox 556(define-public firefox
557 (package 557 (package
558 (inherit firefox-esr) 558 (inherit firefox-esr)
559 (name "firefox") 559 (name "firefox")
560 (version "134.0.2") 560 (version "135.0")
561 (source 561 (source
562 (origin 562 (origin
563 (method url-fetch) 563 (method url-fetch)
@@ -573,7 +573,7 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n"
573 "firefox-esr-compare-paths.patch" 573 "firefox-esr-compare-paths.patch"
574 "firefox-use-system-wide-dir.patch"))) 574 "firefox-use-system-wide-dir.patch")))
575 (sha256 575 (sha256
576 (base32 "09yxacfcklgjqbqvcac32llwmlb16d9jhfp2mif9qs7s2gzvfvkc")))) 576 (base32 "0q5r2q6q56kyzl5pknrir9bzlhmzbvv9hi5gi4852izgcali4zl2"))))
577 (arguments 577 (arguments
578 (substitute-keyword-arguments (package-arguments firefox-esr) 578 (substitute-keyword-arguments (package-arguments firefox-esr)
579 ((#:phases phases) 579 ((#:phases phases)