summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2025-01-14 22:21:49 +0100
committerHilton Chain <hako@ultrarare.space>2025-01-16 18:37:02 +0800
commit368701e26bbdd6bf5cdd720a281fe8806852a4c4 (patch)
tree8c5454f2f15eb9492ebf0202c38cedde2004a31f
parentf0e7c888539a88ffa6f3724e02dad7563f01f103 (diff)
nongnu: firefox: Update to 134.0.1.
* nongnu/packages/mozilla.scm (firefox): Update to 134.0.1. Signed-off-by: Hilton Chain <hako@ultrarare.space>
-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 9a5fb6b..697a8a7 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -546,13 +546,13 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n"
546 546
547;; Update this id with every firefox update to its release date. 547;; Update this id with every firefox update to its release date.
548;; It's used for cache validation and therefore can lead to strange bugs. 548;; It's used for cache validation and therefore can lead to strange bugs.
549(define %firefox-build-id "20250106142344") 549(define %firefox-build-id "20250113180723")
550 550
551(define-public firefox 551(define-public firefox
552 (package 552 (package
553 (inherit firefox-esr) 553 (inherit firefox-esr)
554 (name "firefox") 554 (name "firefox")
555 (version "134.0") 555 (version "134.0.1")
556 (source 556 (source
557 (origin 557 (origin
558 (method url-fetch) 558 (method url-fetch)
@@ -568,7 +568,7 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n"
568 "firefox-esr-compare-paths.patch" 568 "firefox-esr-compare-paths.patch"
569 "firefox-use-system-wide-dir.patch"))) 569 "firefox-use-system-wide-dir.patch")))
570 (sha256 570 (sha256
571 (base32 "0zj50r6b7kazdbyv89x4l5r4cdfwn9cj7xkdw46w3117sy5hd26a")))) 571 (base32 "1rb54b62zcmhabmx3rsd5badv9wwih6h19a0g80c03qgwwy8b8g3"))))
572 (arguments 572 (arguments
573 (substitute-keyword-arguments (package-arguments firefox-esr) 573 (substitute-keyword-arguments (package-arguments firefox-esr)
574 ((#:phases phases) 574 ((#:phases phases)