summaryrefslogtreecommitdiff
path: root/nongnu
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2024-05-28 17:40:39 +0200
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2024-05-28 21:19:04 +0200
commit8383f9465b4676d219ed1f30ff9b0fba780f72c8 (patch)
tree384debf80e9f80196261418febaaf3702dd5409f /nongnu
parentad1b732187d763ba7192d30a3c09f5de47531ff5 (diff)
nongnu: firefox: Update to 126.0.1.
* nongnu/packages/mozilla.scm (firefox): Update to 126.0.1. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
Diffstat (limited to 'nongnu')
-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 b6fdec9..1be5c2a 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -532,20 +532,20 @@ 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 "20240513130807")
+(define %firefox-build-id "20240527195430")
(define-public firefox
(package
(inherit firefox-esr)
(name "firefox")
- (version "126.0")
+ (version "126.0.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
version "/source/firefox-" version ".source.tar.xz"))
(sha256
- (base32 "09l5hsyrkimmkd7wbhnamy5mwmwwxjfa742hpkjjkhlyk6hq43li"))))
+ (base32 "0fr679rcwshwpfxidc55b2xsn4pmrr7p9ix4rr2mv2k7kwsjcc7n"))))
(arguments
(substitute-keyword-arguments (package-arguments firefox-esr)
((#:phases phases)