about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/networking/browsers/microsoft-edge/default.nix
blob: 48c3d0f68378b1d353a4c2677bbadba64e43f7dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  stable = import ./browser.nix {
    channel = "stable";
    version = "117.0.2045.35";
    revision = "1";
    sha256 = "sha256-2am+TLZC024mpxOk6GLB0TZY+Kfnm/CyH8sMBLod1Js=";
  };
  beta = import ./browser.nix {
    channel = "beta";
    version = "117.0.2045.31";
    revision = "1";
    sha256 = "sha256-Nee99jE6kswYfmZlMjv4EV4HDz1l+9YhhWHonhe2uUM=";
  };
  dev = import ./browser.nix {
    channel = "dev";
    version = "118.0.2088.9";
    revision = "1";
    sha256 = "sha256-JNIccQrdLpiEItgt4Lh0eZQgnXE+5Lx3vGDjzm5sKWM=";
  };
}