Merge pull request #263655 from rhysmdnz/edge-update

microsoft-edge: 118.0.2088.46 -> 118.0.2088.76
This commit is contained in:
Thomas Gerbet
2023-10-30 23:01:40 +01:00
committed by GitHub
@@ -1,20 +1,20 @@
{
stable = import ./browser.nix {
channel = "stable";
version = "118.0.2088.46";
version = "118.0.2088.76";
revision = "1";
sha256 = "sha256-/3lo/y/LhAmGqiOhZgDoJVS+c2631NB/Z/lBNFunU30=";
sha256 = "sha256-cd8W/0UZi+NhPSILR8e8aOLxy6ra+0DVwRowo2jG8DA=";
};
beta = import ./browser.nix {
channel = "beta";
version = "118.0.2088.46";
version = "119.0.2151.32";
revision = "1";
sha256 = "sha256-u0w7COYoAgcpqVEsB0t27iMD2AGVYFCJyE72uWKIY70=";
sha256 = "sha256-tsDFUKZDiusr/fGO5NMRqzTDIF+MTgC/1gJu95wXwAw=";
};
dev = import ./browser.nix {
channel = "dev";
version = "119.0.2151.2";
version = "120.0.2172.1";
revision = "1";
sha256 = "sha256-42wbnA9i1FdBq14Y+xxstAe9ciWDzEBVMULCSURQzj0=";
sha256 = "sha256-EvTS0AO3/A8Ut9H36mMOnS9PRR062WAoas9/Pd90NBM=";
};
}