Merge pull request #312799 from r-ryantm/auto-update/microsoft-edge

microsoft-edge: 124.0.2478.97 -> 125.0.2535.51

authored by OTABI Tomoya and committed by GitHub 9a09481a ff9ffc4d

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