diff options
| author | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2023-03-21 22:47:29 +0100 |
|---|---|---|
| committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2023-03-21 22:47:29 +0100 |
| commit | cd2ff47b67a2665e5ee1b1ddc86ddf3897aac921 (patch) | |
| tree | e3d4786dfa3c9ba52117d77618b3df8cd4a403b3 | |
| parent | 917c329007a7d28d5687c5cbc04754fbb60c59bf (diff) | |
nongnu: firefox: Update to 111.0.1.
* nongnu/packages/mozilla.scm (firefox): Update to 111.0.1.
| -rw-r--r-- | nongnu/packages/mozilla.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index 26888f5..a8cf3ca 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm | |||
| @@ -666,20 +666,20 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n" | |||
| 666 | 666 | ||
| 667 | ;; Update this id with every firefox update to it's release date. | 667 | ;; Update this id with every firefox update to it's release date. |
| 668 | ;; It's used for cache validation and therefor can lead to strange bugs. | 668 | ;; It's used for cache validation and therefor can lead to strange bugs. |
| 669 | (define %firefox-build-id "20230313000000") | 669 | (define %firefox-build-id "20230321000000") |
| 670 | 670 | ||
| 671 | (define-public firefox | 671 | (define-public firefox |
| 672 | (package | 672 | (package |
| 673 | (inherit firefox-esr) | 673 | (inherit firefox-esr) |
| 674 | (name "firefox") | 674 | (name "firefox") |
| 675 | (version "111.0") | 675 | (version "111.0.1") |
| 676 | (source | 676 | (source |
| 677 | (origin | 677 | (origin |
| 678 | (method url-fetch) | 678 | (method url-fetch) |
| 679 | (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" | 679 | (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" |
| 680 | version "/source/firefox-" version ".source.tar.xz")) | 680 | version "/source/firefox-" version ".source.tar.xz")) |
| 681 | (sha256 | 681 | (sha256 |
| 682 | (base32 "0px59syzvypnyrxn7ca8426zrrgiawwl32d6nl7v6zmaf846q071")))) | 682 | (base32 "1s6wxg12b4z5n13ijcb281ydfh4qwpqzha6x3i2y1xidlsmz7944")))) |
| 683 | (arguments | 683 | (arguments |
| 684 | (substitute-keyword-arguments (package-arguments firefox-esr) | 684 | (substitute-keyword-arguments (package-arguments firefox-esr) |
| 685 | ((#:phases phases) | 685 | ((#:phases phases) |
