1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

Merge pull request #301230 from mweinelt/firefox-124.0.2

Firefox: 124.0.1 -> 124.0.2
This commit is contained in:
Martin Weinelt 2024-04-03 16:19:30 +02:00 committed by GitHub
commit 29d4290cfa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 411 additions and 411 deletions

View file

@ -3,10 +3,10 @@
{
firefox = buildMozillaMach rec {
pname = "firefox";
version = "124.0.1";
version = "124.0.2";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
sha512 = "282c45e5c468419536dd8b81c8ea687b10d8002d7521403330e6eeef49207143bee88a44c3785748d461ed9a72687606f5da14f4dfb98eb40a5cd08a4a12722b";
sha512 = "8cf340de6e34812f8ae3363265859a263330af770d981c3dd1ca1e7e0cfe513604d3e68184d4aa1446569aefbdf359d561fbc200faf19a5ed020a1709d9ef10e";
};
extraPatches = [