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:
SIGSEGV 2023-07-12 01:49:39 +05:30 committed by GitHub
parent 97cc0d8e23
commit 67ecd3fd9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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=";
};
}