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

[Backport release-25.05] Firefox: 139.0 -> 139.0.1 (#412465)

This commit is contained in:
Martin Weinelt 2025-05-30 22:52:12 +02:00 committed by GitHub
commit a627748de5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 827 additions and 827 deletions

View file

@ -9,10 +9,10 @@
buildMozillaMach rec {
pname = "firefox";
version = "139.0";
version = "139.0.1";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
sha512 = "84a2b47f2ff71aac226a774ab0ac9ab8d9a16f5620a06f7abb6648732209d022aef35a9d4873e91ebd67a4fc494fc238524e25c38fad8046db26afda06e6f970";
sha512 = "78ae10fc14900eb1273b7ff798a159504f68166c39b1f12ef9ea04243debc78472c24499da01641590feb5d2b28475131d2ec94d6f28fd4f2f644a721f7f40ba";
};
meta = {