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

microsoft-edge: 126.0.2592.68 -> 126.0.2592.87
This commit is contained in:
Weijia Wang 2024-07-09 00:23:44 +02:00 committed by GitHub
commit 89ff2b0ac4
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 = "126.0.2592.68";
version = "127.0.2651.31";
revision = "1";
hash = "sha256-ThWtnWF7iL0OEq7+yA7vCowGZrjeiLx+d+Nff4Bwl4s=";
hash = "sha256-SERogsWM4mtIEVAVtwaRu2VOjK012yWBb2FygDfKO80=";
};
dev = import ./browser.nix {
channel = "dev";
version = "127.0.2651.2";
version = "128.0.2677.1";
revision = "1";
hash = "sha256-eYCxGMIjclqFxOy6AyLKN5DJnplq/Vf3ClYbYWV3HAw=";
hash = "sha256-aKrNs44FZNhC/fGT1UvyE2Fx8Q53ahAu91Bu86E49o8=";
};
stable = import ./browser.nix {
channel = "stable";
version = "126.0.2592.68";
version = "126.0.2592.87";
revision = "1";
hash = "sha256-btpUMmgZ9SQL4WGKynGA/dL/8Ve9hdjoDNsBNxG531Y=";
hash = "sha256-ntcewiAc/hDUF9wiURCXm8TxqatvEPXaTUn8kblzK0o=";
};
}