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

microsoft-edge: 124.0.2478.97 -> 125.0.2535.51
This commit is contained in:
OTABI Tomoya 2024-05-21 17:21:37 +09:00 committed by GitHub
commit 9a09481afc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,20 +1,20 @@
{
beta = import ./browser.nix {
channel = "beta";
version = "125.0.2535.37";
version = "125.0.2535.51";
revision = "1";
hash = "sha256-/fZcFIVj4stIxim2UYsxA5rNkyGf/i3eDf25npsdDi4=";
hash = "sha256-ZOuC4+1Vp+i/vA783h+ilz97YwPwLMwk5eoc2hR5Y9E=";
};
dev = import ./browser.nix {
channel = "dev";
version = "126.0.2566.1";
version = "126.0.2578.1";
revision = "1";
hash = "sha256-PePosWGdkLm5OK82YP9LQbvVz5de8KL06I6rv0TKP3A=";
hash = "sha256-L1w8d0IdqCps7BuyL3AWMzPPkZtwLuiA+Z/dWSlEJU8=";
};
stable = import ./browser.nix {
channel = "stable";
version = "124.0.2478.97";
version = "125.0.2535.51";
revision = "1";
hash = "sha256-hdCtHWOEez3VTw8hTRiitURiu0MpFTbnc60biym795k=";
hash = "sha256-bpI3ePjjJLAoF/+ygXWYV1RY/FxOjs6/V8N0XWcal70=";
};
}