0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

Firefox: 130.0 -> 130.0.1 (#342356)

This commit is contained in:
Martin Weinelt 2024-09-17 01:16:58 +02:00 committed by GitHub
commit a7d27ef549
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 415 additions and 415 deletions

View file

@ -5,10 +5,10 @@
{
firefox = buildMozillaMach rec {
pname = "firefox";
version = "130.0";
version = "130.0.1";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
sha512 = "d0d11b38d9e02fa15298ec13336bb086668b4f36b3ce9ced218a265327fd4822b9fea4303402631947ea3c20490c414de87f8df3e7c23d2e02b70f0456b9af40";
sha512 = "163d1ce9f671a4716686955c43ff23d9f200f6c52dfdabcbb93af6a326c24aa5096404f42447b02b5a3ad02e2f60d17271783638fe027d24865aebb3e70e97fe";
};
extraPatches = [