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

microsoft-edge: 120.0.2210.77 -> 120.0.2210.144
This commit is contained in:
Weijia Wang 2024-01-23 02:21:31 +01:00 committed by GitHub
commit 1079b3fb6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,20 +1,20 @@
{
stable = import ./browser.nix {
channel = "stable";
version = "120.0.2210.77";
version = "120.0.2210.144";
revision = "1";
hash = "sha256-mSIx/aYutmA/hGycNapvm8/BnADtXA6NRlMmns+yM5k=";
hash = "sha256-O/7LdopcMfSYx8cg9BNDU6KxbPfnF9rYXD7Q6jugBLU=";
};
beta = import ./browser.nix {
channel = "beta";
version = "121.0.2277.4";
version = "121.0.2277.71";
revision = "1";
hash = "sha256-Qn0H5JUMZUASqfaJfM1cpKj9E6XHjArvZ3jE+GpREOs=";
hash = "sha256-PsfUZJ5ftHxSFGaXjzFMEff7Czfq88yL31mqNkFilNM=";
};
dev = import ./browser.nix {
channel = "dev";
version = "121.0.2277.4";
version = "122.0.2348.0";
revision = "1";
hash = "sha256-41hOoZANy5hWrHAzxZGLX69apNMoAn7PiarWl6wicPA=";
hash = "sha256-Vsnrc43d70fLDncMeQeYhZJhnYex2LsIV1U2KPlkP9U=";
};
}