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

microsoft-edge: 125.0.2535.51 -> 125.0.2535.67
This commit is contained in:
OTABI Tomoya
2024-06-01 18:30:53 +09:00
committed by GitHub
@@ -1,20 +1,20 @@
{
beta = import ./browser.nix {
channel = "beta";
version = "125.0.2535.51";
version = "126.0.2592.24";
revision = "1";
hash = "sha256-ZOuC4+1Vp+i/vA783h+ilz97YwPwLMwk5eoc2hR5Y9E=";
hash = "sha256-OK38ss0M+GNP/wKLVheyKBgji3Df/qyrxaKvJayNZMM=";
};
dev = import ./browser.nix {
channel = "dev";
version = "126.0.2578.1";
version = "126.0.2592.11";
revision = "1";
hash = "sha256-L1w8d0IdqCps7BuyL3AWMzPPkZtwLuiA+Z/dWSlEJU8=";
hash = "sha256-hUeVnGN5lxZmNsYojt7Fl0n7XF76Arw8Z3C16+fHRVA=";
};
stable = import ./browser.nix {
channel = "stable";
version = "125.0.2535.51";
version = "125.0.2535.67";
revision = "1";
hash = "sha256-bpI3ePjjJLAoF/+ygXWYV1RY/FxOjs6/V8N0XWcal70=";
hash = "sha256-82bkiyKWJqVLB4jBaGu4EdJ0ukl44yKopDecAkrzuU0=";
};
}