summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2025-01-22 15:16:04 +0100
committerHilton Chain <hako@ultrarare.space>2025-01-22 23:35:02 +0800
commitfaf4c7dcf3f772b369bbf4b964aa4f5e0631dd69 (patch)
tree177001e32001ddc4a539df032ad826e22dd49e85
parent566cf65f9c4b4aec875134904982291461e3d0be (diff)
nongnu: firefox: Update to 134.0.2.
* nongnu/packages/mozilla.scm (firefox): Update to 134.0.2. 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 697a8a7d..ad6fbda9 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -546,13 +546,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 "20250113180723")
+(define %firefox-build-id "20250120192449")
(define-public firefox
(package
(inherit firefox-esr)
(name "firefox")
- (version "134.0.1")
+ (version "134.0.2")
(source
(origin
(method url-fetch)
@@ -568,7 +568,7 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n"
"firefox-esr-compare-paths.patch"
"firefox-use-system-wide-dir.patch")))
(sha256
- (base32 "1rb54b62zcmhabmx3rsd5badv9wwih6h19a0g80c03qgwwy8b8g3"))))
+ (base32 "09yxacfcklgjqbqvcac32llwmlb16d9jhfp2mif9qs7s2gzvfvkc"))))
(arguments
(substitute-keyword-arguments (package-arguments firefox-esr)
((#:phases phases)