1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #37960 from andir/firefox

firefox-{bin,esr} updates for MFSA2018-10
This commit is contained in:
Franz Pletz 2018-03-28 05:58:40 +00:00 committed by GitHub
commit f9ddc2666b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 391 additions and 391 deletions

View file

@ -41,10 +41,10 @@ rec {
firefox-esr = common rec {
pname = "firefox-esr";
version = "52.7.2esr";
version = "52.7.3esr";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
sha512 = "e275fd10fd32a0dc237135af3395e3a1ae501844632c973ff3b9bca1456702ee36dbee99fc57300598403c924c0db63bd62a199845c8f4a2e29db5d1e5973395";
sha512 = "31y3qrslg61724vmly6gr1lqcrqgpkh3zsl8riax45gizfcp3qbgkvmd5wwfn9fiwjqi6ww3i08j51wxrfxcxznv7c6qzsvzzc30mgw";
};
patches = nixpkgsPatches;