Skip to content

Commit ac60ea1

Browse files
committed
firefox-devedition-unwrapped: 137.0b2 -> 137.0b6
1 parent 8af483f commit ac60ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 = "137.0b2";
13+
version = "137.0b6";
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 = "a15eded14d6a4ddeb3798ac7bb72a9e8a6541a3ee76dc9051cf6865816079f8794e6defe2f9299f327976eefc1f4ea957d972b56d1f03816296b25f0c0173a12";
19+
sha512 = "91fb3e010d62805ec29758bb46b3d520dc3a3e2b0f040de4e284aeb5fe812b5b084563f560a229f54a404a5130429d60b35eac15d89f1cb586fd364b61a7f8be";
2020
};
2121

2222
meta = {

0 commit comments

Comments
 (0)