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" ;; 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 "20250120192449") +(define %firefox-build-id "20250203132324") (define-public firefox (package (inherit firefox-esr) (name "firefox") - (version "134.0.2") + (version "135.0") (source (origin (method url-fetch) @@ -573,7 +573,7 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n" "firefox-esr-compare-paths.patch" "firefox-use-system-wide-dir.patch"))) (sha256 - (base32 "09yxacfcklgjqbqvcac32llwmlb16d9jhfp2mif9qs7s2gzvfvkc")))) + (base32 "0q5r2q6q56kyzl5pknrir9bzlhmzbvv9hi5gi4852izgcali4zl2")))) (arguments (substitute-keyword-arguments (package-arguments firefox-esr) ((#:phases phases)