firefox-devedition-unwrapped: 142.0b8 -> 142.0b9
This commit is contained in:
parent
b6b47963d8
commit
59d01ab59f
@ -10,13 +10,13 @@
|
|||||||
buildMozillaMach rec {
|
buildMozillaMach rec {
|
||||||
pname = "firefox-devedition";
|
pname = "firefox-devedition";
|
||||||
binaryName = pname;
|
binaryName = pname;
|
||||||
version = "142.0b8";
|
version = "142.0b9";
|
||||||
applicationName = "Firefox Developer Edition";
|
applicationName = "Firefox Developer Edition";
|
||||||
requireSigning = false;
|
requireSigning = false;
|
||||||
branding = "browser/branding/aurora";
|
branding = "browser/branding/aurora";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://mozilla/devedition/releases/${version}/source/firefox-${version}.source.tar.xz";
|
url = "mirror://mozilla/devedition/releases/${version}/source/firefox-${version}.source.tar.xz";
|
||||||
sha512 = "a5a89cdbfe3e05e6d329011476d571625094546e0eb2bea4f4ce426fd8d6ce23ce51ce19fd0a4d44ea7cb134d3f6c1510dcc1403d6aab5981862845a250c9dae";
|
sha512 = "1223065e5c614be9b72f3306daebc98e032d993797bab4d8e646523dfcd9aa554f442b302a32e6281ebb41fcbed49f63097a58fef2a612ae8ff0371f670bad3c";
|
||||||
};
|
};
|
||||||
|
|
||||||
# buildMozillaMach sets MOZ_APP_REMOTINGNAME during configuration, but
|
# buildMozillaMach sets MOZ_APP_REMOTINGNAME during configuration, but
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user