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

microsoft-edge: 125.0.2535.92 -> 126.0.2592.68
This commit is contained in:
Weijia Wang 2024-06-30 10:48:41 +02:00 committed by GitHub
commit ae92703a89
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.53";
version = "126.0.2592.68";
revision = "1";
hash = "sha256-d1zqZUhk5C/jrdZngQQlGplrSssE/LUR3/AybStNavE=";
hash = "sha256-ThWtnWF7iL0OEq7+yA7vCowGZrjeiLx+d+Nff4Bwl4s=";
};
dev = import ./browser.nix {
channel = "dev";
version = "127.0.2638.2";
version = "127.0.2651.2";
revision = "1";
hash = "sha256-Bv0X30ilcNBI9pblnrO1QA7ElTPMO5/JmIZIjhldO7Y=";
hash = "sha256-eYCxGMIjclqFxOy6AyLKN5DJnplq/Vf3ClYbYWV3HAw=";
};
stable = import ./browser.nix {
channel = "stable";
version = "125.0.2535.92";
version = "126.0.2592.68";
revision = "1";
hash = "sha256-DuVz6+BzGTWZJ4smizIK2dV1OTmv0uTIQpD+yclHDN8=";
hash = "sha256-btpUMmgZ9SQL4WGKynGA/dL/8Ve9hdjoDNsBNxG531Y=";
};
}