summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2018-01-05 16:52:33 +0000
committerGitHub <noreply@github.com>2018-01-05 16:52:33 +0000
commit375f50fa118f27628169222f4e6829d4f00f7abc (patch)
treeca04b0c155d29b7087d5b175db1c5322a92dbc02
parent6960541eb8952d540652601b5c9fdff1c9a5e673 (diff)
parent68200d1230ec59ac5f1278bdc3eac11256d7c661 (diff)
downloadnixlib-375f50fa118f27628169222f4e6829d4f00f7abc.tar
nixlib-375f50fa118f27628169222f4e6829d4f00f7abc.tar.gz
nixlib-375f50fa118f27628169222f4e6829d4f00f7abc.tar.bz2
nixlib-375f50fa118f27628169222f4e6829d4f00f7abc.tar.lz
nixlib-375f50fa118f27628169222f4e6829d4f00f7abc.tar.xz
nixlib-375f50fa118f27628169222f4e6829d4f00f7abc.tar.zst
nixlib-375f50fa118f27628169222f4e6829d4f00f7abc.zip
Merge pull request #33456 from taku0/firefox-bin-57.0.4
 firefox: 57.0.3 -> 57.0.4 [High security fix]
-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 cfe37fd8dac7..7a01978f7d96 100644
--- a/pkgs/applications/networking/browsers/firefox/packages.nix
+++ b/pkgs/applications/networking/browsers/firefox/packages.nix
@@ -6,10 +6,10 @@ rec {
 
   firefox = common rec {
     pname = "firefox";
-    version = "57.0.3";
+    version = "57.0.4";
     src = fetchurl {
       url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
-      sha512 = "1f887ab6bb16ef69bce56b689e761b3e09fc106b4bee7842be2c8e7eac05981f9922e9c3a8bd22b4935545cbbc10bf0a0c79df7800cd3c80fd4137070c9bfd09";
+      sha512 = "58846037aebbf14b85e6b3a46dbe617c780c6916e437ea4ee32a2502a6b55e3689921a0be28b920dedf2f966195df04ac8e45411caeb2601a168ec08b4827cf0";
     };
 
     patches =