Skip to content

Commit

Permalink
firefox: 76.0.1 -> 77.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs124 committed Jun 4, 2020
1 parent 785cdcd commit dd334eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion pkgs/applications/networking/browsers/firefox/common.nix
Expand Up @@ -138,7 +138,6 @@ stdenv.mkDerivation ({
"-Wno-error=format-security");

postPatch = ''
substituteInPlace third_party/prio/prio/rand.c --replace 'nspr/prinit.h' 'prinit.h'
rm -rf obj-x86_64-pc-linux-gnu
'';

Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/networking/browsers/firefox/packages.nix
Expand Up @@ -7,10 +7,10 @@ in
rec {
firefox = common rec {
pname = "firefox";
ffversion = "76.0.1";
ffversion = "77.0.1";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${ffversion}/source/firefox-${ffversion}.source.tar.xz";
sha512 = "0gnhfcgrz6022xf3vqia3s3639xa5pjp13h343d3c09mn8r919cmm6s38vzj1v3734fm25zb68acyarsp72xqq8z1420rh02b2pv38q";
sha512 = "ngLihC0YuclLJEV3iPEX+tRzDKIdBe+CCOuFxvWNo7DnX8royOvTj2m4YyWyZoTQ5UCbPTQYmP4otgfovZSe8g==";
};

patches = [
Expand Down

0 comments on commit dd334eb

Please sign in to comment.