about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/microsoft-edge/default.nix
blob: 2d7fcfecbd095161c9f85057a0a2fc079837ffd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  beta = import ./browser.nix {
    channel = "beta";
    version = "126.0.2592.68";
    revision = "1";
    hash = "sha256-ThWtnWF7iL0OEq7+yA7vCowGZrjeiLx+d+Nff4Bwl4s=";
  };
  dev = import ./browser.nix {
    channel = "dev";
    version = "127.0.2651.2";
    revision = "1";
    hash = "sha256-eYCxGMIjclqFxOy6AyLKN5DJnplq/Vf3ClYbYWV3HAw=";
  };
  stable = import ./browser.nix {
    channel = "stable";
    version = "126.0.2592.68";
    revision = "1";
    hash = "sha256-btpUMmgZ9SQL4WGKynGA/dL/8Ve9hdjoDNsBNxG531Y=";
  };
}