microsoft-edge: 124.0.2478.80 -> 124.0.2478.97

This commit is contained in:
R. Ryantm 2024-05-13 03:44:07 +00:00
parent 2f9350605a
commit 428378f6fc

View File

@ -1,20 +1,20 @@
{
beta = import ./browser.nix {
channel = "beta";
version = "125.0.2535.13";
version = "125.0.2535.37";
revision = "1";
hash = "sha256-vO7crYX/QW+S1fjT37JtyRJyziauG+H3LWOasX4VaKM=";
hash = "sha256-/fZcFIVj4stIxim2UYsxA5rNkyGf/i3eDf25npsdDi4=";
};
dev = import ./browser.nix {
channel = "dev";
version = "126.0.2552.0";
version = "126.0.2566.1";
revision = "1";
hash = "sha256-TQHTqCweP0mEkEYRxlU7YtYS6Y6ooZ4V6peCsVvcIjg=";
hash = "sha256-PePosWGdkLm5OK82YP9LQbvVz5de8KL06I6rv0TKP3A=";
};
stable = import ./browser.nix {
channel = "stable";
version = "124.0.2478.80";
version = "124.0.2478.97";
revision = "1";
hash = "sha256-p+t12VcwxSDuyZj3VfzEJ6m0rGoVC7smeyHoODttwQU=";
hash = "sha256-hdCtHWOEez3VTw8hTRiitURiu0MpFTbnc60biym795k=";
};
}