Merge pull request #58531 from andir/firefox

firefox: 66.0.1 -> 66.0.2, firefox-bin: 66.0.1 -. 66.0.2
This commit is contained in:
Florian Klink 2019-03-29 23:58:00 +01:00 committed by GitHub
commit 158bc85918
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 399 additions and 399 deletions

View file

@ -10,10 +10,10 @@ rec {
firefox = common rec {
pname = "firefox";
ffversion = "66.0.1";
ffversion = "66.0.2";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${ffversion}/source/firefox-${ffversion}.source.tar.xz";
sha512 = "3nh42a9s8hzs3823mddqdcrhjb2nrphaz9v94mmp4xx4vra18mhsyddszk6xg5mx33wamvlalicws6l9h1d4i4dnnpchh2l6ch8m9kc";
sha512 = "1dzqzigrwb7q75zlyd74ncic3b39yvziccpgbzh7881lzshj7x6f2r6ssj8ssdkh8lm2ckhjzbn6pf44vlh8ciql9bxb8g8sjpg6ii2";
};
patches = [