microsoft-edge: 124.0.2478.97 -> 125.0.2535.51

+6 -6
+6 -6
pkgs/applications/networking/browsers/microsoft-edge/default.nix
··· 1 1 { 2 2 beta = import ./browser.nix { 3 3 channel = "beta"; 4 - version = "125.0.2535.37"; 4 + version = "125.0.2535.51"; 5 5 revision = "1"; 6 - hash = "sha256-/fZcFIVj4stIxim2UYsxA5rNkyGf/i3eDf25npsdDi4="; 6 + hash = "sha256-ZOuC4+1Vp+i/vA783h+ilz97YwPwLMwk5eoc2hR5Y9E="; 7 7 }; 8 8 dev = import ./browser.nix { 9 9 channel = "dev"; 10 - version = "126.0.2566.1"; 10 + version = "126.0.2578.1"; 11 11 revision = "1"; 12 - hash = "sha256-PePosWGdkLm5OK82YP9LQbvVz5de8KL06I6rv0TKP3A="; 12 + hash = "sha256-L1w8d0IdqCps7BuyL3AWMzPPkZtwLuiA+Z/dWSlEJU8="; 13 13 }; 14 14 stable = import ./browser.nix { 15 15 channel = "stable"; 16 - version = "124.0.2478.97"; 16 + version = "125.0.2535.51"; 17 17 revision = "1"; 18 - hash = "sha256-hdCtHWOEez3VTw8hTRiitURiu0MpFTbnc60biym795k="; 18 + hash = "sha256-bpI3ePjjJLAoF/+ygXWYV1RY/FxOjs6/V8N0XWcal70="; 19 19 }; 20 20 }