Merge pull request #298279 from r-ryantm/auto-update/microsoft-edge

microsoft-edge: 122.0.2365.92 -> 123.0.2420.53
This commit is contained in:
Weijia Wang 2024-03-25 00:12:09 +01:00 committed by GitHub
commit 2f39d0e2ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -1,20 +1,20 @@
{
beta = import ./browser.nix {
channel = "beta";
version = "123.0.2420.41";
version = "123.0.2420.53";
revision = "1";
hash = "sha256-tWsd+RyGJp+/1Sf4yDrq4EbLfaYsLkm4wLj9rfWmPlE=";
hash = "sha256-6mE/zxVvGYrI7Emk5RBW+GC5W1FbVPFUeKMjev1yeFQ=";
};
dev = import ./browser.nix {
channel = "dev";
version = "124.0.2450.2";
version = "124.0.2464.2";
revision = "1";
hash = "sha256-9PRQnnTYhArwRcTxuCufM7JcAcr6K7jKeFCrOsarCh0=";
hash = "sha256-vNvSzoVSVewTbKrnE6f+0Hx/1N5gOvRcdRGsmunBJHA=";
};
stable = import ./browser.nix {
channel = "stable";
version = "122.0.2365.92";
version = "123.0.2420.53";
revision = "1";
hash = "sha256-6rEVxFS2advEL4O2uczJTsTy31os9r52IGnHXxj3A+g=";
hash = "sha256-7C6wZCIRodqWKimbnUl32TOhizsiE3U/be3tlpSNtt0=";
};
}