mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 13:15:30 +03:00
firefox-unwrapped: 122.0 -> 122.0.1
https://www.mozilla.org/en-US/firefox/122.0.1/releasenotes/ mozbz#1875201 is wontfix for 122
This commit is contained in:
parent
7aeb86c1fa
commit
c44ca8f999
2 changed files with 3 additions and 3 deletions
|
@ -245,7 +245,7 @@ buildStdenv.mkDerivation {
|
||||||
hash = "sha256-cWOyvjIPUU1tavPRqg61xJ53XE4EJTdsFzadfVxyTyM=";
|
hash = "sha256-cWOyvjIPUU1tavPRqg61xJ53XE4EJTdsFzadfVxyTyM=";
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
++ lib.optionals (lib.versionAtLeast version "122" && lib.versionOlder version "122.0.1") [
|
++ lib.optionals (lib.versionAtLeast version "122" && lib.versionOlder version "123") [
|
||||||
./122.0-libvpx-mozbz1875201.patch
|
./122.0-libvpx-mozbz1875201.patch
|
||||||
]
|
]
|
||||||
++ extraPatches;
|
++ extraPatches;
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
{
|
{
|
||||||
firefox = buildMozillaMach rec {
|
firefox = buildMozillaMach rec {
|
||||||
pname = "firefox";
|
pname = "firefox";
|
||||||
version = "122.0";
|
version = "122.0.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
|
url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
|
||||||
sha512 = "619b735c16970207f3f8fb31dd2350a5e665a802c30501c89aee4817b8b0f7f466da93c66ab238e94967587e538e6858934b18164ff312dbdbfbc3b2bf8bd824";
|
sha512 = "1d4fe1ed351edd748ede2ef6448798a32de9ed7a075a54a7ed5f7baa7b0c4c7f932c2e29f443c9066829e39f22a1dc94be5d00cc994193e949b72aa4a1c8ba41";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraPatches = [
|
extraPatches = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue