mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
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:
commit
ae92703a89
@ -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=";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user