summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2024-12-10 16:58:09 +0100
committerHilton Chain <hako@ultrarare.space>2024-12-11 21:14:19 +0800
commit5a7e61a0a5bc191d8558a845bd724a0d41e0afbd (patch)
tree541698f2572066b90011a18d8bffaaada3a56b6b
parentfaeed8a6a4438f4d796eb6432864278934a8381f (diff)
nongnu: firefox: Update to 133.0.3.
* nongnu/packages/mozilla.scm (firefox): Update to 133.0.3.
-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 8dae106..e46d6d1 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -528,13 +528,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 "20241126000000")
+(define %firefox-build-id "20241209214051")
(define-public firefox
(package
(inherit firefox-esr)
(name "firefox")
- (version "133.0")
+ (version "133.0.3")
(source
(origin
(method url-fetch)
@@ -546,7 +546,7 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n"
%load-path)
"firefox-restore-desktop-files.patch")))
(sha256
- (base32 "0q6cqfnwc2x09frdvsndmhck8ixrnbl281j9rqw5w8bd7fd2qas9"))))
+ (base32 "06ya18ma1gndci0aygz75hidn3kwa1kji78g8smh7fq0091aad7i"))))
(arguments
(substitute-keyword-arguments (package-arguments firefox-esr)
((#:phases phases)