1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

microsoft-edge: 124.0.2478.67 -> 124.0.2478.80

This commit is contained in:
R. Ryantm 2024-05-05 10:42:07 +00:00
parent 14e704d967
commit ef3ee8602e

View file

@ -1,20 +1,20 @@
{
beta = import ./browser.nix {
channel = "beta";
version = "124.0.2478.67";
version = "125.0.2535.13";
revision = "1";
hash = "sha256-EywgM3G0Yph3dofullSVZpXSvT2MHc4uPyGAoaXCgN8=";
hash = "sha256-vO7crYX/QW+S1fjT37JtyRJyziauG+H3LWOasX4VaKM=";
};
dev = import ./browser.nix {
channel = "dev";
version = "125.0.2535.6";
version = "126.0.2552.0";
revision = "1";
hash = "sha256-iD/e7AuPG0uNZY20wFQRbvAaKmaUw2RKeRJADU1MFRI=";
hash = "sha256-TQHTqCweP0mEkEYRxlU7YtYS6Y6ooZ4V6peCsVvcIjg=";
};
stable = import ./browser.nix {
channel = "stable";
version = "124.0.2478.67";
version = "124.0.2478.80";
revision = "1";
hash = "sha256-PRL2aiebCoK0eGJWlvI+Gsk14FltV+GaQdojLuDFimU=";
hash = "sha256-p+t12VcwxSDuyZj3VfzEJ6m0rGoVC7smeyHoODttwQU=";
};
}