Skip to content

Commit bfa53c7

Browse files
authored
firefox-{devedition,beta}-unwrapped: 141.0b2 -> 141.0b4 (#421338)
2 parents 3863e26 + 2347083 commit bfa53c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/applications/networking/browsers/firefox/packages/firefox-beta.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
buildMozillaMach rec {
1111
pname = "firefox-beta";
1212
binaryName = pname;
13-
version = "141.0b2";
13+
version = "141.0b4";
1414
applicationName = "Firefox Beta";
1515
src = fetchurl {
1616
url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
17-
sha512 = "edbdc261c1c2cb3bcbe85cec81ec064da10955766dabb1580a38b5d07c5cf11904614ca61b5b09a176e9c618387d70eb41fbfd6deb178753b38c296f41a42431";
17+
sha512 = "89a5e3fdc7fa3ec7ba91930baea05f231354c2b2f44d6b3cb82e15575a5a05812ef6eda29605ce652a72145733d2bd7cd84e22942e566e0434b0fed116922e0b";
1818
};
1919

2020
meta = {

pkgs/applications/networking/browsers/firefox/packages/firefox-devedition.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
buildMozillaMach rec {
1111
pname = "firefox-devedition";
1212
binaryName = pname;
13-
version = "141.0b2";
13+
version = "141.0b4";
1414
applicationName = "Firefox Developer Edition";
1515
requireSigning = false;
1616
branding = "browser/branding/aurora";
1717
src = fetchurl {
1818
url = "mirror://mozilla/devedition/releases/${version}/source/firefox-${version}.source.tar.xz";
19-
sha512 = "90b20ecbc5a83f4dbf07a136f4d098800fd601aa486a3b48d19b63316f0c3a49704370f42975549b4fb26723796c8287ccb5b251d9e2c9ca6b5b1fa9db021109";
19+
sha512 = "c96fb731ff935176f9dfd8b31693dc49c2eac63e6d5b935fe3ebf1f9d39023bfeb9c9cfa07f4f759dfbd45cf911684b90a810879e412028d35c3ab6ec419b2ba";
2020
};
2121

2222
# buildMozillaMach sets MOZ_APP_REMOTINGNAME during configuration, but

0 commit comments

Comments
 (0)