mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
microsoft-edge: 113.0.1774.50 -> 114.0.1823.79 (#242891)
* microsoft-edge: 113.0.1774.50 -> 114.0.1823.79 * microsoft-edge: 114.0.1823.24 -> 115.0.1901.165 * microsoft-edge: 115.0.1851.0 -> 116.0.1938.10 * Use SRI hashes
This commit is contained in:
parent
97cc0d8e23
commit
67ecd3fd9d
@ -1,20 +1,20 @@
|
||||
{
|
||||
stable = import ./browser.nix {
|
||||
channel = "stable";
|
||||
version = "113.0.1774.50";
|
||||
version = "114.0.1823.79";
|
||||
revision = "1";
|
||||
sha256 = "sha256-5QKIVh/y3CBPlWUbrudvC2NHfJGB5nGsu/4tUfCOCYM=";
|
||||
sha256 = "sha256-FyEsIGwGDzX22scKd8L67uw5ipqN1e9CrC+qACRBZRg=";
|
||||
};
|
||||
beta = import ./browser.nix {
|
||||
channel = "beta";
|
||||
version = "114.0.1823.24";
|
||||
version = "115.0.1901.165";
|
||||
revision = "1";
|
||||
sha256 = "sha256-AT3jkuNXcVoKx98BJtONm06oO/kUyV0E7DVvkzPOfGE=";
|
||||
sha256 = "sha256-2DUWkGItissLGtJAMDKHNjMDPhsYNKaQVJ30+tMlkow=";
|
||||
};
|
||||
dev = import ./browser.nix {
|
||||
channel = "dev";
|
||||
version = "115.0.1851.0";
|
||||
version = "116.0.1938.10";
|
||||
revision = "1";
|
||||
sha256 = "sha256-PmfMe+B/JtvPhBGhQBUgoWjhKokTwCdG9y+GYl0VCMk=";
|
||||
sha256 = "sha256-NQXaLmX8AtLEWPkkzAA90XfmFflwulxVRHtIJ+nxCk4=";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user