summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaku0 <mxxouy6x3m_github@tatapa.org>2021-06-16 19:35:54 +0900
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-06-18 17:40:15 +0000
commitc1573ea19b2ebf9b399c6c322574ad9f5694a668 (patch)
tree5f0c6bc61308defc1b6d09ad3ba0a0d1a1f3e31c
parentfirefox, firefox-bin: fetch GPG key from keyring (diff)
downloadnixpkgs-c1573ea19b2ebf9b399c6c322574ad9f5694a668.tar.gz
firefox: 89.0 -> 89.0.1
(cherry picked from commit e330adceb95b2ef0a8456f19c4fb2010e153ccb7)
-rw-r--r--pkgs/applications/networking/browsers/firefox/packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/packages.nix b/pkgs/applications/networking/browsers/firefox/packages.nix
index fad0e953634c..16a17dde042c 100644
--- a/pkgs/applications/networking/browsers/firefox/packages.nix
+++ b/pkgs/applications/networking/browsers/firefox/packages.nix
@@ -7,10 +7,10 @@ in
rec {
firefox = common rec {
pname = "firefox";
- ffversion = "89.0";
+ ffversion = "89.0.1";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${ffversion}/source/firefox-${ffversion}.source.tar.xz";
- sha512 = "5089720feda15d054d0aa4c3bdeb84760314dadd6381d7360e688d8e396154868220c6315add650d8d2a42652cb8a9bfeb833885812ef0bd70a74ee58ad18aa3";
+ sha512 = "67da387b3b6c5a110c83208f9a15d6064adf423bbebfb0fcad2d85f6c4b615b27da0cbd5486b817f0d5e040bc3e70d74d9af72599b24384397fef1dd153bd3f3";
};
meta = {