firefox*: 107.0.1 -> 108.0

https://www.mozilla.org/en-US/firefox/108.0/releasenotes/

./build/cargo-link uses /usr/bin/env shebang and thus needs patching.
This commit is contained in:
Vladimír Čunát 2022-12-12 17:10:29 +01:00
parent 01c02c84d3
commit 85f91f3f47
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
3 changed files with 396 additions and 396 deletions

View File

@ -234,7 +234,7 @@ buildStdenv.mkDerivation ({
postPatch = ''
rm -rf obj-x86_64-pc-linux-gnu
patchShebangs mach
patchShebangs mach build
''
+ extraPostPatch;

View File

@ -3,10 +3,10 @@
rec {
firefox = buildMozillaMach rec {
pname = "firefox";
version = "107.0.1";
version = "108.0";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
sha512 = "e57e4bfcecbcc6dbe73f23577a14a2998c8c3f3d602f85ea06f99e0974e78481b9f7bdb019cb4e9733e59f56be1407edd64a2adb7b284bb4a87b46b1e2295dea";
sha512 = "fa800f62cca395a51b9a04373a27be48fc3860208e34ecf74d908127638d1eb8c41cf9898be6896777d408127d5c4b7104d9ee89c97da923b2dc6ea32186187e";
};
meta = {