about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/networking/browsers/microsoft-edge/default.nix
blob: 784e89adc6292f3f84a8604380478a32091c0a00 (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 = "122.0.2365.59";
    revision = "1";
    hash = "sha256-hs6NHAdqji5Cg1ReGWqalFHv6wyRlyclssyc0cxM+ZU=";
  };
  dev = import ./browser.nix {
    channel = "dev";
    version = "123.0.2420.6";
    revision = "1";
    hash = "sha256-fX6lxhJstz2cZZODu7xRe1fez8WTXqlYNgsMhIVTLaU=";
  };
  stable = import ./browser.nix {
    channel = "stable";
    version = "122.0.2365.59";
    revision = "1";
    hash = "sha256-LbyipfA5TZWSZu1jeUykGZ2FXwt9rZ7ak7mmryXRnMQ=";
  };
}