Skip to content

Commit

Permalink
microsoft-edge: 127.0.2651.86 -> 128.0.2739.42
Browse files Browse the repository at this point in the history
(cherry picked from commit 03eb79b)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Aug 30, 2024
1 parent 680c1ff commit f0bfce0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/applications/networking/browsers/microsoft-edge/default.nix
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
beta = import ./browser.nix {
channel = "beta";
version = "128.0.2739.5";
version = "128.0.2739.42";
revision = "1";
hash = "sha256-y+587iVWgPk2a1P/F2iwSW1NEnAJaigL6rlVmqaIDJk=";
hash = "sha256-VcBn2WL4rdAeEa62XT/dhC2OFLsV0Q/Sp6hqgmc/e0Y=";
};
dev = import ./browser.nix {
channel = "dev";
version = "128.0.2739.5";
version = "129.0.2779.0";
revision = "1";
hash = "sha256-zY3iGbeYlOoArNNdF1qNwdtp25P0uWJmVMEK7kJIiqQ=";
hash = "sha256-hlamsHTpBMGwOICga0k874q8+xuaZFMofFLG/EvB0NU=";
};
stable = import ./browser.nix {
channel = "stable";
version = "127.0.2651.86";
version = "128.0.2739.42";
revision = "1";
hash = "sha256-1Dh+OoTrghn9ArvEnBZCkLnUf0m0qnkEtCoWjA8QId4=";
hash = "sha256-AwdZX2Ens2+rhHLYV0efYsXYBTs2a57HyGz2k+IDMeQ=";
};
}

0 comments on commit f0bfce0

Please sign in to comment.