tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
microsoft-edge: 124.0.2478.97 -> 125.0.2535.51
R. Ryantm
2 years ago
f2f31ba8
60cc8055
+6
-6
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
browsers
microsoft-edge
default.nix
+6
-6
pkgs/applications/networking/browsers/microsoft-edge/default.nix
···
1
1
{
2
2
beta = import ./browser.nix {
3
3
channel = "beta";
4
4
-
version = "125.0.2535.37";
4
4
+
version = "125.0.2535.51";
5
5
revision = "1";
6
6
-
hash = "sha256-/fZcFIVj4stIxim2UYsxA5rNkyGf/i3eDf25npsdDi4=";
6
6
+
hash = "sha256-ZOuC4+1Vp+i/vA783h+ilz97YwPwLMwk5eoc2hR5Y9E=";
7
7
};
8
8
dev = import ./browser.nix {
9
9
channel = "dev";
10
10
-
version = "126.0.2566.1";
10
10
+
version = "126.0.2578.1";
11
11
revision = "1";
12
12
-
hash = "sha256-PePosWGdkLm5OK82YP9LQbvVz5de8KL06I6rv0TKP3A=";
12
12
+
hash = "sha256-L1w8d0IdqCps7BuyL3AWMzPPkZtwLuiA+Z/dWSlEJU8=";
13
13
};
14
14
stable = import ./browser.nix {
15
15
channel = "stable";
16
16
-
version = "124.0.2478.97";
16
16
+
version = "125.0.2535.51";
17
17
revision = "1";
18
18
-
hash = "sha256-hdCtHWOEez3VTw8hTRiitURiu0MpFTbnc60biym795k=";
18
18
+
hash = "sha256-bpI3ePjjJLAoF/+ygXWYV1RY/FxOjs6/V8N0XWcal70=";
19
19
};
20
20
}