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

microsoft-edge: 122.0.2365.52 -> 122.0.2365.59
This commit is contained in:
Nick Cao 2024-02-28 20:13:06 -05:00 committed by GitHub
commit 469c3f6aa0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,20 +1,20 @@
{
beta = import ./browser.nix {
channel = "beta";
version = "122.0.2365.52";
version = "122.0.2365.59";
revision = "1";
hash = "sha256-H8VTDyDY2Rm5z4cJruzMa1YorBAUL0pJuwhQ6cy4WfY=";
hash = "sha256-hs6NHAdqji5Cg1ReGWqalFHv6wyRlyclssyc0cxM+ZU=";
};
dev = import ./browser.nix {
channel = "dev";
version = "123.0.2400.1";
version = "123.0.2420.6";
revision = "1";
hash = "sha256-I9PT320DJgqJYNwB0pvngyLlV+N2jaS5tOwVwwNHex0=";
hash = "sha256-fX6lxhJstz2cZZODu7xRe1fez8WTXqlYNgsMhIVTLaU=";
};
stable = import ./browser.nix {
channel = "stable";
version = "122.0.2365.52";
version = "122.0.2365.59";
revision = "1";
hash = "sha256-hULyUUFhMjiareXr1zTynyknVyert45N0H4iR8woGRw=";
hash = "sha256-LbyipfA5TZWSZu1jeUykGZ2FXwt9rZ7ak7mmryXRnMQ=";
};
}