1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

microsoft-edge: 115.0.1901.188 -> 116.0.1938.76

This commit is contained in:
Rhys Davies 2023-09-09 14:20:57 +12:00
parent 4d7e2fcff6
commit e7807d695d
No known key found for this signature in database

View file

@ -1,20 +1,20 @@
{
stable = import ./browser.nix {
channel = "stable";
version = "115.0.1901.188";
version = "116.0.1938.76";
revision = "1";
sha256 = "sha256-mRM3zakYwCptfKWYbiaDnPqv9Vt5WnDA7xIK1rlownU=";
sha256 = "sha256-zSnNgnpsxR2sRgoG+Vi2K3caaVUPLiJJ9d+EjjIzu7Y=";
};
beta = import ./browser.nix {
channel = "beta";
version = "115.0.1901.165";
version = "117.0.2045.21";
revision = "1";
sha256 = "sha256-2DUWkGItissLGtJAMDKHNjMDPhsYNKaQVJ30+tMlkow=";
sha256 = "sha256-vsZy9WGlT4Yqf/tHmsgZV8Pj7D0nmhmziKYGrRj7Bi0=";
};
dev = import ./browser.nix {
channel = "dev";
version = "116.0.1938.10";
version = "118.0.2060.1";
revision = "1";
sha256 = "sha256-NQXaLmX8AtLEWPkkzAA90XfmFflwulxVRHtIJ+nxCk4=";
sha256 = "sha256-OKjCmULPjYuoumqAqivyCFzHSR1IOutEIWTqXtDgMhM=";
};
}