summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Brielmaier <jonathan.brielmaier@web.de>2022-10-04 19:41:38 +0200
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2022-10-04 19:41:38 +0200
commite7d74a12d65ff916cbcd362db0bc635458e2fe66 (patch)
treef57c29dfbbac24dff986f1bf81c2f061e6612367
parent5a76529aff40107fbc03f293a0a332c839059815 (diff)
nongnu: firefox: Update to 105.0.1.
* nongnu/packages/mozilla.scm (firefox): Update to 105.0.1.
-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 4539737..c87a33b 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -685,20 +685,20 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n"
685 685
686;; Update this id with every firefox update to it's release date. 686;; Update this id with every firefox update to it's release date.
687;; It's used for cache validation and therefor can lead to strange bugs. 687;; It's used for cache validation and therefor can lead to strange bugs.
688(define %firefox-build-id "20220920000000") 688(define %firefox-build-id "20220923000000")
689 689
690(define-public firefox 690(define-public firefox
691 (package 691 (package
692 (inherit firefox-esr) 692 (inherit firefox-esr)
693 (name "firefox") 693 (name "firefox")
694 (version "105.0") 694 (version "105.0.1")
695 (source 695 (source
696 (origin 696 (origin
697 (method url-fetch) 697 (method url-fetch)
698 (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" 698 (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
699 version "/source/firefox-" version ".source.tar.xz")) 699 version "/source/firefox-" version ".source.tar.xz"))
700 (sha256 700 (sha256
701 (base32 "0qpdl3k4n1dzmk9xj1yh0i4vbqgag98sv1lcp83j0axai6xyqnrb")))) 701 (base32 "1kbm95ili3555712l1s6wcmba8iasw2l8lmr2cv0qb944q6ymv3h"))))
702 (arguments 702 (arguments
703 (substitute-keyword-arguments (package-arguments firefox-esr) 703 (substitute-keyword-arguments (package-arguments firefox-esr)
704 ((#:phases phases) 704 ((#:phases phases)