microsoft-edge: 125.0.2535.51 -> 125.0.2535.67

This commit is contained in:
R. Ryantm
2024-05-29 17:29:01 +00:00
parent 3852c7ab26
commit 0cb9e9f5d5
@@ -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=";
};
}