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

microsoft-edge: 121.0.2277.98 -> 121.0.2277.106
This commit is contained in:
Weijia Wang 2024-02-06 23:03:34 +01:00 committed by GitHub
commit 8656de9673
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 = "121.0.2277.98";
version = "121.0.2277.106";
revision = "1";
hash = "sha256-vm0aBWiGtjdSu55nCNuhbqn4XVI6l/BxwmpTlTHWt/M=";
hash = "sha256-D0bHpz85J6R6LNWr8zaMt9vyolHYkmo9Bi4VaXCkH1U=";
};
beta = import ./browser.nix {
channel = "beta";
version = "122.0.2365.8";
version = "122.0.2365.16";
revision = "1";
hash = "sha256-1qM61lO7LyX7CuLrKsEuciud7BuDxRKNyQahdFJhq+g=";
hash = "sha256-SeLX7UibXd1nOhxWwMuUTCKK4GkN2TmJPesWhLwCD6A=";
};
dev = import ./browser.nix {
channel = "dev";
version = "122.0.2365.3";
version = "123.0.2380.1";
revision = "1";
hash = "sha256-O2SxGzcvNloxLbexDjA0C28w7EJi1Fl9IUnI1zc1S6Y=";
hash = "sha256-SBlHXURiPoC5Q7wi67tgnuV2PUw4ffniGq6kmOZtIf0=";
};
}