summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Brielmaier <jonathan.brielmaier@web.de>2022-05-16 22:42:42 +0200
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2022-05-16 22:42:42 +0200
commit010ef16bc3c6d27e0ba0263f0da50b0f4510a966 (patch)
tree7ac0650600f69ff8b39c7a1aed8a940f61f78b96
parent1de0c32142c54bc73af5556d5e45c77152b31f0f (diff)
nongnu: firefox: Update to 100.0.1.
* nongnu/packages/mozilla.scm (firefox): Update to 100.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 11ad993..d9e9d2f 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -86,19 +86,19 @@
;; Update this id with every firefox update to it's release date.
;; It's used for cache validation and therefor can lead to strange bugs.
-(define %firefox-build-id "20220503000000")
+(define %firefox-build-id "20220516000000")
(define-public firefox
(package
(name "firefox")
- (version "100.0")
+ (version "100.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 "0zsy5nxkq44k23bcgswfl4rxaib0k52d2lp6lim8hw7vw320qk36"))))
+ (base32 "178wqmrnf9cilhnw57s8h44ipx2r0im2jdrv98mx6siaqghmbg0k"))))
(build-system gnu-build-system)
(arguments
(list